#AC84D1

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

Shades of East Side #AC84D1

Tints of East Side #AC84D1

Color information

#AC84D1 (or 0xAC84D1) is unknown color: approx East Side. HEX triplet: AC, 84 and D1. RGB value is (172,132,209). Sum of RGB (Red+Green+Blue) = 172+132+209=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC84D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84D1 is #537B2E. Grayscale: #989898. Windows color (decimal): -5471023 or 13730988. OLE color: 13730988.

HSL color Cylindrical-coordinate representation of color #AC84D1: hue angle of 271.17º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC84D1 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172132209-
CMYK0.180.3700.18
HSL271.17º45.56%66.86%-
HSV(B)271.17º36.84%81.96%-
XYZ36.7729.8864.15-
YUV152.74159.75141.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=33.53%
G=25.73%
B=40.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721322090.180.3700.18271.1745.5666.86
HexAC84D1122501210f2e43
Octal254204321224502241756103
Binary101011001000010011010001100101001010100101000011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84D1; }

 p { color: rgb(172,132,209); }

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

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

 a { background-color: rgb(172,132,209); }

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

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

 span { border-color: rgb(172,132,209); }

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