#AC75CA

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

Shades of East Side #AC75CA

Tints of East Side #AC75CA

Color information

#AC75CA (or 0xAC75CA) is unknown color: approx East Side. HEX triplet: AC, 75 and CA. RGB value is (172,117,202). Sum of RGB (Red+Green+Blue) = 172+117+202=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC75CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CA is #538A35. Grayscale: #8E8E8E. Windows color (decimal): -5474870 or 13268396. OLE color: 13268396.

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

Color convert

RGB172117202-
CMYK0.150.4200.21
HSL278.82º44.5%62.55%-
HSV(B)278.82º42.08%79.22%-
XYZ34.0425.7659.05-
YUV143.14161.22148.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=35.03%
G=23.83%
B=41.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721172020.150.4200.21278.8244.562.55
HexAC75CAF2A0151172d3f
Octal25416531217520254275577
Binary101011001110101110010101111101010010101100010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75CA; }

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

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

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

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

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

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

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

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