#AB9CCE

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

Shades of Biloba Flower #AB9CCE

Tints of Biloba Flower #AB9CCE

Color information

#AB9CCE (or 0xAB9CCE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and CE. RGB value is (171,156,206). Sum of RGB (Red+Green+Blue) = 171+156+206=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCE is #546331. Grayscale: #A5A5A5. Windows color (decimal): -5530418 or 13540523. OLE color: 13540523.

HSL color Cylindrical-coordinate representation of color #AB9CCE: hue angle of 258º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB9CCE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171156206-
CMYK0.170.2400.19
HSL258º33.78%70.98%-
HSV(B)258º24.27%80.78%-
XYZ39.8236.8963.41-
YUV166.18150.47131.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=32.08%
G=29.27%
B=38.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711562060.170.2400.1925833.7870.98
HexAB9CCE11180131022247
Octal253234316213002340242107
Binary10101011100111001100111010001110000100111000000101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CCE; }

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

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

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

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

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

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

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

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