#AC8DCC

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

Shades of Biloba Flower #AC8DCC

Tints of Biloba Flower #AC8DCC

Color information

#AC8DCC (or 0xAC8DCC) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and CC. RGB value is (172,141,204). Sum of RGB (Red+Green+Blue) = 172+141+204=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DCC is #537233. Grayscale: #9D9D9D. Windows color (decimal): -5468724 or 13405612. OLE color: 13405612.

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

Color convert

RGB172141204-
CMYK0.160.3100.2
HSL269.52º38.18%67.65%-
HSV(B)269.52º30.88%80%-
XYZ37.4432.1861.36-
YUV157.45154.27138.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=33.27%
G=27.27%
B=39.46%

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
Decimal1721412040.160.3100.2269.5238.1867.65
HexAC8DCC101F01410e2644
Octal254215314203702441646104
Binary10101100100011011100110010000111110101001000011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DCC; }

 p { color: rgb(172,141,204); }

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

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

 a { background-color: rgb(172,141,204); }

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

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

 span { border-color: rgb(172,141,204); }

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