#AC85CD

Color #AC85CD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AC85CD

Tints of East Side #AC85CD

Color information

#AC85CD (or 0xAC85CD) is unknown color: approx East Side. HEX triplet: AC, 85 and CD. RGB value is (172,133,205). Sum of RGB (Red+Green+Blue) = 172+133+205=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC85CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85CD is #537A32. Grayscale: #989898. Windows color (decimal): -5470771 or 13469100. OLE color: 13469100.

HSL color Cylindrical-coordinate representation of color #AC85CD: hue angle of 272.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC85CD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172133205-
CMYK0.160.3500.20
HSL272.5º41.86%66.27%-
HSV(B)272.5º35.12%80.39%-
XYZ36.4229.9561.62-
YUV152.87157.42141.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.73%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=33.73%
G=26.08%
B=40.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721332050.160.3500.20272.541.8666.27
HexAC85CD10230141102a42
Octal254205315204302442052102
Binary101011001000010111001101100001000110101001000100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85CD; }

 p { color: rgb(172,133,205); }

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

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

 a { background-color: rgb(172,133,205); }

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

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

 span { border-color: rgb(172,133,205); }

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