#AB9AEA

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

Shades of Biloba Flower #AB9AEA

Tints of Biloba Flower #AB9AEA

Color information

#AB9AEA (or 0xAB9AEA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and EA. RGB value is (171,154,234). Sum of RGB (Red+Green+Blue) = 171+154+234=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AEA is #546515. Grayscale: #A7A7A7. Windows color (decimal): -5530902 or 15375019. OLE color: 15375019.

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

Color convert

RGB171154234-
CMYK0.270.3400.08
HSL252.75º65.57%76.08%-
HSV(B)252.75º34.19%91.76%-
XYZ43.237.7182.84-
YUV168.2165.13130-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=30.59%
G=27.55%
B=41.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711542340.270.3400.08252.7565.5776.08
HexAB9AEA1B2208fd424c
Octal2532323523342010375102114
Binary10101011100110101110101011011100010010001111110110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AEA; }

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

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

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

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

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

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

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

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