#AB9BCE

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

Shades of Biloba Flower #AB9BCE

Tints of Biloba Flower #AB9BCE

Color information

#AB9BCE (or 0xAB9BCE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and CE. RGB value is (171,155,206). Sum of RGB (Red+Green+Blue) = 171+155+206=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BCE is #546431. Grayscale: #A5A5A5. Windows color (decimal): -5530674 or 13540267. OLE color: 13540267.

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

Color convert

RGB171155206-
CMYK0.170.2500.19
HSL258.82º34.23%70.78%-
HSV(B)258.82º24.76%80.78%-
XYZ39.6636.5663.36-
YUV165.6150.8131.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=32.14%
G=29.14%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1711552060.170.2500.19258.8234.2370.78
HexAB9BCE11190131032247
Octal253233316213102340342107
Binary10101011100110111100111010001110010100111000000111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BCE; }

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

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

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

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

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

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

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

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