#AC82CA

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

Shades of East Side #AC82CA

Tints of East Side #AC82CA

Color information

#AC82CA (or 0xAC82CA) is unknown color: approx East Side. HEX triplet: AC, 82 and CA. RGB value is (172,130,202). Sum of RGB (Red+Green+Blue) = 172+130+202=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82CA is #537D35. Grayscale: #969696. Windows color (decimal): -5471542 or 13271724. OLE color: 13271724.

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

Color convert

RGB172130202-
CMYK0.150.3600.21
HSL275º40.45%65.1%-
HSV(B)275º35.64%79.22%-
XYZ35.662959.6-
YUV150.77156.91143.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 130 (51.17% from 255) = 25.79%
BLUE value IS 202 (79.30% from 255) = 40.08%
R=34.13%
G=25.79%
B=40.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721302020.150.3600.2127540.4565.1
HexAC82CAF240151132841
Octal254202312174402542350101
Binary10101100100000101100101011111001000101011000100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82CA; }

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

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

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

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

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

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

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

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