Html Css Color HEX #AB9CEA Biloba Flower

📋 copy color: '#AB9CEA'

red 171 ◦ green 156 ◦ blue 234

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

Shades of Biloba Flower #AB9CEA

Tints of Biloba Flower #AB9CEA

RGB

 RED value IS 171 (67.19% from 255) = 30.48%

 GREEN value IS 156 (61.33% from 255) = 27.81%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 30.48%
G = 27.81%
B = 41.71%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB9CEA (or 0xAB9CEA) is known color: Biloba Flower. HEX triplet: AB, 9C and EA. RGB value is (171,156,234). Sum of RGB (Red+Green+Blue) = 171+156+234=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9CEA is #546315. Grayscale: #A9A9A9. Windows color (decimal): -5530390 or 15375531. OLE color: 15375531.

HSL color Cylindrical-coordinate representation of color #AB9CEA: hue angle of 251.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9CEA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 156 234 -
CMYK 0.27 0.33 0 0.08
HSL 251.54º 0.65% 0.76% -
HSV(B) 251.54º 0.33% 0.92% -
XYZ 43.53 38.38 82.95 -
YUV 169.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 171 156 234 0.27 0.33 0 0.08 251.54 0.65 0.76
Hex AB 9C EA 1B 21 0 8 FC 41 4C
Octal 253 234 352 33 41 0 10 374 101 114
Binary 10101011 10011100 11101010 11011 100001 0 1000 11111100 1000001 1001100

Color Harmonies of #AB9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9CEA

Black with #AB9CEA

Text Example


Text Example

White with #AB9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9CEA; }

 p { color: rgb(171,156,234); }

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

background-color css

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

 a { background-color: rgb(171,156,234); }

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

border-color css

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

 span { border-color: rgb(171,156,234); }

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