#AB9EDC

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

Shades of Biloba Flower #AB9EDC

Tints of Biloba Flower #AB9EDC

Color information

#AB9EDC (or 0xAB9EDC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9E and DC. RGB value is (171,158,220). Sum of RGB (Red+Green+Blue) = 171+158+220=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9EDC is #546123. Grayscale: #A8A8A8. Windows color (decimal): -5529892 or 14458539. OLE color: 14458539.

HSL color Cylindrical-coordinate representation of color #AB9EDC: hue angle of 252.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9EDC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171158220-
CMYK0.220.2800.14
HSL252.58º46.97%74.12%-
HSV(B)252.58º28.18%86.27%-
XYZ41.9438.2872.89-
YUV168.96156.81129.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=31.15%
G=28.78%
B=40.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711582200.220.2800.14252.5846.9774.12
HexAB9EDC161C0Efd2f4a
Octal253236334263401637557112
Binary101010111001111011011100101101110001110111111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EDC; }

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

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

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

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

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

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

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

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