#AC83CA

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

Shades of East Side #AC83CA

Tints of East Side #AC83CA

Color information

#AC83CA (or 0xAC83CA) is unknown color: approx East Side. HEX triplet: AC, 83 and CA. RGB value is (172,131,202). Sum of RGB (Red+Green+Blue) = 172+131+202=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC83CA is #537C35. Grayscale: #979797. Windows color (decimal): -5471286 or 13271980. OLE color: 13271980.

HSL color Cylindrical-coordinate representation of color #AC83CA: hue angle of 274.65º 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 #AC83CA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172131202-
CMYK0.150.3500.21
HSL274.65º40.11%65.29%-
HSV(B)274.65º35.15%79.22%-
XYZ35.7929.2759.64-
YUV151.35156.58142.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 131 (51.56% from 255) = 25.94%
BLUE value IS 202 (79.30% from 255) = 40%
R=34.06%
G=25.94%
B=40%

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
Decimal1721312020.150.3500.21274.6540.1165.29
HexAC83CAF230151132841
Octal254203312174302542350101
Binary10101100100000111100101011111000110101011000100111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC83CA; }

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

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

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

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

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

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

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

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