#AB97EA

Color #AB97EA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB97EA

Tints of Biloba Flower #AB97EA

Color information

#AB97EA (or 0xAB97EA) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and EA. RGB value is (171,151,234). Sum of RGB (Red+Green+Blue) = 171+151+234=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB97EA is #546815. Grayscale: #A6A6A6. Windows color (decimal): -5531670 or 15374251. OLE color: 15374251.

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

Color convert

RGB171151234-
CMYK0.270.3500.08
HSL254.46º66.4%75.49%-
HSV(B)254.46º35.47%91.76%-
XYZ42.7136.7382.68-
YUV166.44166.13131.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 151 (59.38% from 255) = 27.16%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=30.76%
G=27.16%
B=42.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711512340.270.3500.08254.4666.475.49
HexAB97EA1B2308fe424b
Octal2532273523343010376102113
Binary10101011100101111110101011011100011010001111111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97EA; }

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

 H1.HeaderClassName
 {
   color: #AB97EA;
 }
 .AnyTagClassName
 {
   color: #AB97EA;
 }
</style>
background-color css

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

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

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

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

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

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