#AB8DCB

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

Shades of Biloba Flower #AB8DCB

Tints of Biloba Flower #AB8DCB

Color information

#AB8DCB (or 0xAB8DCB) is unknown color: approx Biloba Flower. HEX triplet: AB, 8D and CB. RGB value is (171,141,203). Sum of RGB (Red+Green+Blue) = 171+141+203=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCB is #547234. Grayscale: #9C9C9C. Windows color (decimal): -5534261 or 13340075. OLE color: 13340075.

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

Color convert

RGB171141203-
CMYK0.160.3100.20
HSL269.03º37.35%67.45%-
HSV(B)269.03º30.54%79.61%-
XYZ37.132.0260.72-
YUV157.04153.94137.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=33.20%
G=27.38%
B=39.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711412030.160.3100.20269.0337.3567.45
HexAB8DCB101F01410d2543
Octal253215313203702441545103
Binary10101011100011011100101110000111110101001000011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8DCB; }

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

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

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

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

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

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

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

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