#AB9DCC

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

Shades of Biloba Flower #AB9DCC

Tints of Biloba Flower #AB9DCC

Color information

#AB9DCC (or 0xAB9DCC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and CC. RGB value is (171,157,204). Sum of RGB (Red+Green+Blue) = 171+157+204=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCC is #546233. Grayscale: #A6A6A6. Windows color (decimal): -5530164 or 13409707. OLE color: 13409707.

HSL color Cylindrical-coordinate representation of color #AB9DCC: hue angle of 257.87º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9DCC is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171157204-
CMYK0.160.2300.2
HSL257.87º31.54%70.78%-
HSV(B)257.87º23.04%80%-
XYZ39.7537.1362.2-
YUV166.54149.14131.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=32.14%
G=29.51%
B=38.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711572040.160.2300.2257.8731.5470.78
HexAB9DCC10170141022047
Octal253235314202702440240107
Binary10101011100111011100110010000101110101001000000101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DCC; }

 p { color: rgb(171,157,204); }

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

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

 a { background-color: rgb(171,157,204); }

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

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

 span { border-color: rgb(171,157,204); }

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