#AC82C1

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

Shades of East Side #AC82C1

Tints of East Side #AC82C1

Color information

#AC82C1 (or 0xAC82C1) is unknown color: approx East Side. HEX triplet: AC, 82 and C1. RGB value is (172,130,193). Sum of RGB (Red+Green+Blue) = 172+130+193=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC82C1 is #537D3E. Grayscale: #959595. Windows color (decimal): -5471551 or 12681900. OLE color: 12681900.

HSL color Cylindrical-coordinate representation of color #AC82C1: hue angle of 280º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC82C1 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172130193-
CMYK0.110.3300.24
HSL280º33.69%63.33%-
HSV(B)280º32.64%75.69%-
XYZ34.6228.5954.15-
YUV149.74152.41143.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 130 (51.17% from 255) = 26.26%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=34.75%
G=26.26%
B=38.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721301930.110.3300.2428033.6963.33
HexAC82C1B21018118223f
Octal25420230113410304304277
Binary1010110010000010110000011011100001011000100011000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82C1; }

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

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

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

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

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

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

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

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