#AB9CDC

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

Shades of Biloba Flower #AB9CDC

Tints of Biloba Flower #AB9CDC

Color information

#AB9CDC (or 0xAB9CDC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and DC. RGB value is (171,156,220). Sum of RGB (Red+Green+Blue) = 171+156+220=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDC is #546323. Grayscale: #A7A7A7. Windows color (decimal): -5530404 or 14458027. OLE color: 14458027.

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

Color convert

RGB171156220-
CMYK0.220.2900.14
HSL254.06º47.76%73.73%-
HSV(B)254.06º29.09%86.27%-
XYZ41.637.672.78-
YUV167.78157.47130.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=31.26%
G=28.52%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711562200.220.2900.14254.0647.7673.73
HexAB9CDC161D0Efe304a
Octal253234334263501637660112
Binary101010111001110011011100101101110101110111111101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CDC; }

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

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

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

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

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

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

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

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