Html Css Color HEX #A890FE Biloba Flower

📋 copy color: '#A890FE'

red 168 ◦ green 144 ◦ blue 254

#A890FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A890FE

Tints of Biloba Flower #A890FE

RGB

 RED value IS 168 (66.02% from 255) = 29.68%

 GREEN value IS 144 (56.64% from 255) = 25.44%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 29.68%
G = 25.44%
B = 44.88%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A890FE (or 0xA890FE) is known color: Biloba Flower. HEX triplet: A8, 90 and FE. RGB value is (168,144,254). Sum of RGB (Red+Green+Blue) = 168+144+254=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A890FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FE is #576F01. Grayscale: #A3A3A3. Windows color (decimal): -5730050 or 16683176. OLE color: 16683176.

HSL color Cylindrical-coordinate representation of color #A890FE: hue angle of 253.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A890FE is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 144 254 -
CMYK 0.34 0.43 0 0.00
HSL 253.09º 0.98% 0.78% -
HSV(B) 253.09º 0.43% 1% -
XYZ 44.01 35.43 98.28 -
YUV 163.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 168 144 254 0.34 0.43 0 0.00 253.09 0.98 0.78
Hex A8 90 FE 22 2B 0 0 FD 62 4E
Octal 250 220 376 42 53 0 0 375 142 116
Binary 10101000 10010000 11111110 100010 101011 0 0 11111101 1100010 1001110

Color Harmonies of #A890FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890FE

Black with #A890FE

Text Example


Text Example

White with #A890FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890FE; }

 p { color: rgb(168,144,254); }

 H1.HeaderClassName
 {
   color: #A890FE;
 }
 .AnyTagClassName
 {
   color: #A890FE;
 }
</style>

background-color css

<style>
 a { background-color: #A890FE; }

 a { background-color: rgb(168,144,254); }

 div.DivClassName
 {
   background-color: #A890FE;
 }
 .BgClassName
 {
   background-color: #A890FE;
 }
</style>

border-color css

<style>
 span { border-color: #A890FE; }

 span { border-color: rgb(168,144,254); }

 td.TdClassName
 {
   border-color: #A890FE;
 }
 .TagClassName
 {
   border-color: #A890FE;
 }
</style>