#AC8CD2

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

Shades of Biloba Flower #AC8CD2

Tints of Biloba Flower #AC8CD2

Color information

#AC8CD2 (or 0xAC8CD2) is unknown color: approx Biloba Flower. HEX triplet: AC, 8C and D2. RGB value is (172,140,210). Sum of RGB (Red+Green+Blue) = 172+140+210=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC8CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CD2 is #53732D. Grayscale: #9D9D9D. Windows color (decimal): -5468974 or 13798572. OLE color: 13798572.

HSL color Cylindrical-coordinate representation of color #AC8CD2: hue angle of 267.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8CD2 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172140210-
CMYK0.180.3300.18
HSL267.43º43.75%68.63%-
HSV(B)267.43º33.33%82.35%-
XYZ38.0232.1865.18-
YUV157.55157.6138.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 210 (82.42% from 255) = 40.23%
R=32.95%
G=26.82%
B=40.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721402100.180.3300.18267.4343.7568.63
HexAC8CD2122101210b2c45
Octal254214322224102241354105
Binary101011001000110011010010100101000010100101000010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CD2; }

 p { color: rgb(172,140,210); }

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

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

 a { background-color: rgb(172,140,210); }

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

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

 span { border-color: rgb(172,140,210); }

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