#AC80CE

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

Shades of East Side #AC80CE

Tints of East Side #AC80CE

Color information

#AC80CE (or 0xAC80CE) is unknown color: approx East Side. HEX triplet: AC, 80 and CE. RGB value is (172,128,206). Sum of RGB (Red+Green+Blue) = 172+128+206=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC80CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80CE is #537F31. Grayscale: #959595. Windows color (decimal): -5472050 or 13533356. OLE color: 13533356.

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

Color convert

RGB172128206-
CMYK0.170.3800.19
HSL273.85º44.32%65.49%-
HSV(B)273.85º37.86%80.78%-
XYZ35.8728.6762.03-
YUV150.05159.58143.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=33.99%
G=25.30%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1721282060.170.3800.19273.8544.3265.49
HexAC80CE11260131122c41
Octal254200316214602342254101
Binary101011001000000011001110100011001100100111000100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80CE; }

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

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

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

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

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

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

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

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