#AC9DCC

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

Shades of Biloba Flower #AC9DCC

Tints of Biloba Flower #AC9DCC

Color information

#AC9DCC (or 0xAC9DCC) is unknown color: approx Biloba Flower. HEX triplet: AC, 9D and CC. RGB value is (172,157,204). Sum of RGB (Red+Green+Blue) = 172+157+204=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DCC is #536233. Grayscale: #A6A6A6. Windows color (decimal): -5464628 or 13409708. OLE color: 13409708.

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

Color convert

RGB172157204-
CMYK0.160.2300.2
HSL259.15º31.54%70.78%-
HSV(B)259.15º23.04%80%-
XYZ39.9737.2462.21-
YUV166.84148.97131.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=32.27%
G=29.46%
B=38.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721572040.160.2300.2259.1531.5470.78
HexAC9DCC10170141032047
Octal254235314202702440340107
Binary10101100100111011100110010000101110101001000000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DCC; }

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

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

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

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

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

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

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

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