#AB9CCC

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

Shades of Biloba Flower #AB9CCC

Tints of Biloba Flower #AB9CCC

Color information

#AB9CCC (or 0xAB9CCC) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and CC. RGB value is (171,156,204). Sum of RGB (Red+Green+Blue) = 171+156+204=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB9CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CCC is #546333. Grayscale: #A5A5A5. Windows color (decimal): -5530420 or 13409451. OLE color: 13409451.

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

Color convert

RGB171156204-
CMYK0.160.2400.2
HSL258.75º32%70.59%-
HSV(B)258.75º23.53%80%-
XYZ39.5836.7962.14-
YUV165.96149.47131.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=32.20%
G=29.38%
B=38.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711562040.160.2400.2258.753270.59
HexAB9CCC10180141032047
Octal253234314203002440340107
Binary10101011100111001100110010000110000101001000000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CCC; }

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

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

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

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

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

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

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

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