#AB9DCE

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

Shades of Biloba Flower #AB9DCE

Tints of Biloba Flower #AB9DCE

Color information

#AB9DCE (or 0xAB9DCE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and CE. RGB value is (171,157,206). Sum of RGB (Red+Green+Blue) = 171+157+206=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCE is #546231. Grayscale: #A6A6A6. Windows color (decimal): -5530162 or 13540779. OLE color: 13540779.

HSL color Cylindrical-coordinate representation of color #AB9DCE: hue angle of 257.14º degrees, saturation: 0.33, 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 #AB9DCE is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB171157206-
CMYK0.170.2400.19
HSL257.14º33.33%71.18%-
HSV(B)257.14º23.79%80.78%-
XYZ39.9937.2363.47-
YUV166.77150.14131.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.02%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=32.02%
G=29.40%
B=38.58%

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
Decimal1711572060.170.2400.19257.1433.3371.18
HexAB9DCE11180131012147
Octal253235316213002340141107
Binary10101011100111011100111010001110000100111000000011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DCE; }

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

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

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

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

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

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

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

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