#AB9BCB

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

Shades of Biloba Flower #AB9BCB

Tints of Biloba Flower #AB9BCB

Color information

#AB9BCB (or 0xAB9BCB) is unknown color: approx Biloba Flower. HEX triplet: AB, 9B and CB. RGB value is (171,155,203). Sum of RGB (Red+Green+Blue) = 171+155+203=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BCB is #546434. Grayscale: #A5A5A5. Windows color (decimal): -5530677 or 13343659. OLE color: 13343659.

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

Color convert

RGB171155203-
CMYK0.160.2400.20
HSL260º31.58%70.2%-
HSV(B)260º23.65%79.61%-
XYZ39.336.4161.46-
YUV165.26149.3132.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=32.33%
G=29.30%
B=38.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711552030.160.2400.2026031.5870.2
HexAB9BCB10180141042046
Octal253233313203002440440106
Binary10101011100110111100101110000110000101001000001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BCB; }

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

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

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

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

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

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

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

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