#AA75C4

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

Shades of East Side #AA75C4

Tints of East Side #AA75C4

Color information

#AA75C4 (or 0xAA75C4) is unknown color: approx East Side. HEX triplet: AA, 75 and C4. RGB value is (170,117,196). Sum of RGB (Red+Green+Blue) = 170+117+196=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA75C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75C4 is #558A3B. Grayscale: #8D8D8D. Windows color (decimal): -5605948 or 12875178. OLE color: 12875178.

HSL color Cylindrical-coordinate representation of color #AA75C4: hue angle of 280.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA75C4 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170117196-
CMYK0.130.4000.23
HSL280.25º40.1%61.37%-
HSV(B)280.25º40.31%76.86%-
XYZ32.925.2555.36-
YUV141.85158.56148.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=35.20%
G=24.22%
B=40.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701171960.130.4000.23280.2540.161.37
HexAA75C4D28017118283d
Octal25216530415500274305075
Binary101010101110101110001001101101000010111100011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA75C4; }

 p { color: rgb(170,117,196); }

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

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

 a { background-color: rgb(170,117,196); }

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

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

 span { border-color: rgb(170,117,196); }

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