#AC82CE

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

Shades of East Side #AC82CE

Tints of East Side #AC82CE

Color information

#AC82CE (or 0xAC82CE) is unknown color: approx East Side. HEX triplet: AC, 82 and CE. RGB value is (172,130,206). Sum of RGB (Red+Green+Blue) = 172+130+206=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC82CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82CE is #537D31. Grayscale: #969696. Windows color (decimal): -5471538 or 13533868. OLE color: 13533868.

HSL color Cylindrical-coordinate representation of color #AC82CE: hue angle of 273.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC82CE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB172130206-
CMYK0.170.3700.19
HSL273.16º43.68%65.88%-
HSV(B)273.16º36.89%80.78%-
XYZ36.1429.1962.12-
YUV151.22158.91142.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=33.86%
G=25.59%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721302060.170.3700.19273.1643.6865.88
HexAC82CE11250131112c42
Octal254202316214502342154102
Binary101011001000001011001110100011001010100111000100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82CE; }

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

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

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

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

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

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

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

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