#AB9EDD

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

Shades of Biloba Flower #AB9EDD

Tints of Biloba Flower #AB9EDD

Color information

#AB9EDD (or 0xAB9EDD) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and DD. RGB value is (171,158,221). Sum of RGB (Red+Green+Blue) = 171+158+221=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDD is #546122. Grayscale: #A8A8A8. Windows color (decimal): -5529891 or 14524075. OLE color: 14524075.

HSL color Cylindrical-coordinate representation of color #AB9EDD: hue angle of 252.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9EDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171158221-
CMYK0.230.2900.13
HSL252.38º48.09%74.31%-
HSV(B)252.38º28.51%86.67%-
XYZ42.0738.3373.59-
YUV169.07157.31129.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 158 (62.11% from 255) = 28.73%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=31.09%
G=28.73%
B=40.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711582210.230.2900.13252.3848.0974.31
HexAB9EDD171D0Dfc304a
Octal253236335273501537460112
Binary101010111001111011011101101111110101101111111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EDD; }

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

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

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

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

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

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

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

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