#AB9ED6

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

Shades of Biloba Flower #AB9ED6

Tints of Biloba Flower #AB9ED6

Color information

#AB9ED6 (or 0xAB9ED6) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and D6. RGB value is (171,158,214). Sum of RGB (Red+Green+Blue) = 171+158+214=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ED6 is #546129. Grayscale: #A8A8A8. Windows color (decimal): -5529898 or 14065323. OLE color: 14065323.

HSL color Cylindrical-coordinate representation of color #AB9ED6: hue angle of 253.93º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB9ED6 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171158214-
CMYK0.200.2600.16
HSL253.93º40.58%72.94%-
HSV(B)253.93º26.17%83.92%-
XYZ41.1637.9768.78-
YUV168.27153.81129.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=31.49%
G=29.10%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1711582140.200.2600.16253.9340.5872.94
HexAB9ED6141A010fe2949
Octal253236326243202037651111
Binary1010101110011110110101101010011010010000111111101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ED6; }

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

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

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

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

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

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

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

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