#AB9ED5

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

Shades of Biloba Flower #AB9ED5

Tints of Biloba Flower #AB9ED5

Color information

#AB9ED5 (or 0xAB9ED5) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and D5. RGB value is (171,158,213). Sum of RGB (Red+Green+Blue) = 171+158+213=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB9ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ED5 is #54612A. Grayscale: #A7A7A7. Windows color (decimal): -5529899 or 13999787. OLE color: 13999787.

HSL color Cylindrical-coordinate representation of color #AB9ED5: hue angle of 254.18º degrees, saturation: 0.4, 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 #AB9ED5 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB171158213-
CMYK0.200.2600.16
HSL254.18º39.57%72.75%-
HSV(B)254.18º25.82%83.53%-
XYZ41.0337.9268.11-
YUV168.16153.31130.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=31.55%
G=29.15%
B=39.30%

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
Decimal1711582130.200.2600.16254.1839.5772.75
HexAB9ED5141A010fe2849
Octal253236325243202037650111
Binary1010101110011110110101011010011010010000111111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9ED5; }

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

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

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

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

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

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

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

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