#AB9EC2

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

Shades of Biloba Flower #AB9EC2

Tints of Biloba Flower #AB9EC2

Color information

#AB9EC2 (or 0xAB9EC2) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and C2. RGB value is (171,158,194). Sum of RGB (Red+Green+Blue) = 171+158+194=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB9EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EC2 is #54613D. Grayscale: #A5A5A5. Windows color (decimal): -5529918 or 12754603. OLE color: 12754603.

HSL color Cylindrical-coordinate representation of color #AB9EC2: hue angle of 261.67º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB9EC2 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB171158194-
CMYK0.120.1900.24
HSL261.67º22.78%69.02%-
HSV(B)261.67º18.56%76.08%-
XYZ38.7637.0156.14-
YUV165.99143.81131.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=32.70%
G=30.21%
B=37.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711581940.120.1900.24261.6722.7869.02
HexAB9EC2C130181061745
Octal253236302142303040627105
Binary101010111001111011000010110010011011000100000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EC2; }

 p { color: rgb(171,158,194); }

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

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

 a { background-color: rgb(171,158,194); }

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

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

 span { border-color: rgb(171,158,194); }

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