#AB8CCC

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

Shades of Biloba Flower #AB8CCC

Tints of Biloba Flower #AB8CCC

Color information

#AB8CCC (or 0xAB8CCC) is unknown color: approx Biloba Flower. HEX triplet: AB, 8C and CC. RGB value is (171,140,204). Sum of RGB (Red+Green+Blue) = 171+140+204=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCC is #547333. Grayscale: #9C9C9C. Windows color (decimal): -5534516 or 13405355. OLE color: 13405355.

HSL color Cylindrical-coordinate representation of color #AB8CCC: hue angle of 269.06º degrees, saturation: 0.39, 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 #AB8CCC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171140204-
CMYK0.160.3100.2
HSL269.06º38.55%67.45%-
HSV(B)269.06º31.37%80%-
XYZ37.0731.7761.31-
YUV156.56154.77138.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=33.20%
G=27.18%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711402040.160.3100.2269.0638.5567.45
HexAB8CCC101F01410d2743
Octal253214314203702441547103
Binary10101011100011001100110010000111110101001000011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CCC; }

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

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

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

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

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

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

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

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