#AC84CA

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

Shades of East Side #AC84CA

Tints of East Side #AC84CA

Color information

#AC84CA (or 0xAC84CA) is unknown color: approx East Side. HEX triplet: AC, 84 and CA. RGB value is (172,132,202). Sum of RGB (Red+Green+Blue) = 172+132+202=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC84CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC84CA is #537B35. Grayscale: #979797. Windows color (decimal): -5471030 or 13272236. OLE color: 13272236.

HSL color Cylindrical-coordinate representation of color #AC84CA: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC84CA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172132202-
CMYK0.150.3500.21
HSL274.29º39.77%65.49%-
HSV(B)274.29º34.65%79.22%-
XYZ35.9329.5459.68-
YUV151.94156.25142.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=33.99%
G=26.09%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721322020.150.3500.21274.2939.7765.49
HexAC84CAF230151122841
Octal254204312174302542250101
Binary10101100100001001100101011111000110101011000100101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84CA; }

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

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

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

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

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

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

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

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