Html Css Color HEX #AA35A2 Medium Red Violet

📋 copy color: '#AA35A2'

red 170 ◦ green 53 ◦ blue 162

#AA35A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AA35A2

Tints of Medium Red Violet #AA35A2

RGB

 RED value IS 170 (66.8% from 255) = 44.16%

 GREEN value IS 53 (21.09% from 255) = 13.77%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 44.16%
G = 13.77%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA35A2 (or 0xAA35A2) is known color: Medium Red Violet. HEX triplet: AA, 35 and A2. RGB value is (170,53,162). Sum of RGB (Red+Green+Blue) = 170+53+162=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA35A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA35A2 is #55CA5D. Grayscale: #646464. Windows color (decimal): -5622366 or 10630570. OLE color: 10630570.

HSL color Cylindrical-coordinate representation of color #AA35A2: hue angle of 304.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA35A2 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 162 -
CMYK 0 0.69 0.05 0.33
HSL 304.1º 0.52% 0.44% -
HSV(B) 304.1º 0.69% 0.67% -
XYZ 24.37 13.7 35.54 -
YUV 100.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 170 53 162 0 0.69 0.05 0.33 304.1 0.52 0.44
Hex AA 35 A2 0 45 5 21 130 34 2C
Octal 252 65 242 0 105 5 41 460 64 54
Binary 10101010 110101 10100010 0 1000101 101 100001 100110000 110100 101100

Color Harmonies of #AA35A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA35A2

Black with #AA35A2

Text Example


Text Example

White with #AA35A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA35A2; }

 p { color: rgb(170,53,162); }

 H1.HeaderClassName
 {
   color: #AA35A2;
 }
 .AnyTagClassName
 {
   color: #AA35A2;
 }
</style>

background-color css

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

 a { background-color: rgb(170,53,162); }

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

border-color css

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

 span { border-color: rgb(170,53,162); }

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