#AC82BD

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

Shades of East Side #AC82BD

Tints of East Side #AC82BD

Color information

#AC82BD (or 0xAC82BD) is unknown color: approx East Side. HEX triplet: AC, 82 and BD. RGB value is (172,130,189). Sum of RGB (Red+Green+Blue) = 172+130+189=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82BD is #537D42. Grayscale: #959595. Windows color (decimal): -5471555 or 12419756. OLE color: 12419756.

HSL color Cylindrical-coordinate representation of color #AC82BD: hue angle of 282.71º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC82BD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172130189-
CMYK0.090.3100.26
HSL282.71º30.89%62.55%-
HSV(B)282.71º31.22%74.12%-
XYZ34.1828.4151.83-
YUV149.28150.41144.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=35.03%
G=26.48%
B=38.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721301890.090.3100.26282.7130.8962.55
HexAC82BD91F01A11b1f3f
Octal25420227511370324333777
Binary10101100100000101011110110011111101101010001101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82BD; }

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

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

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

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

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

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

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

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