#AC80CB

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

Shades of East Side #AC80CB

Tints of East Side #AC80CB

Color information

#AC80CB (or 0xAC80CB) is unknown color: approx East Side. HEX triplet: AC, 80 and CB. RGB value is (172,128,203). Sum of RGB (Red+Green+Blue) = 172+128+203=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC80CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80CB is #537F34. Grayscale: #959595. Windows color (decimal): -5472053 or 13336748. OLE color: 13336748.

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

Color convert

RGB172128203-
CMYK0.150.3700.20
HSL275.2º41.9%64.9%-
HSV(B)275.2º36.95%79.61%-
XYZ35.5128.5260.13-
YUV149.71158.08143.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=34.19%
G=25.45%
B=40.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721282030.150.3700.20275.241.964.9
HexAC80CBF250141132a41
Octal254200313174502442352101
Binary10101100100000001100101111111001010101001000100111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80CB; }

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

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

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

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

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

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

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

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