#AC85CA

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

Shades of East Side #AC85CA

Tints of East Side #AC85CA

Color information

#AC85CA (or 0xAC85CA) is unknown color: approx East Side. HEX triplet: AC, 85 and CA. RGB value is (172,133,202). Sum of RGB (Red+Green+Blue) = 172+133+202=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC85CA is #537A35. Grayscale: #989898. Windows color (decimal): -5470774 or 13272492. OLE color: 13272492.

HSL color Cylindrical-coordinate representation of color #AC85CA: hue angle of 273.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC85CA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172133202-
CMYK0.150.3400.21
HSL273.91º39.43%65.69%-
HSV(B)273.91º34.16%79.22%-
XYZ36.0629.8159.73-
YUV152.53155.92141.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=33.93%
G=26.23%
B=39.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721332020.150.3400.21273.9139.4365.69
HexAC85CAF220151122742
Octal254205312174202542247102
Binary10101100100001011100101011111000100101011000100101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85CA; }

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

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

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

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

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

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

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

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