Html Css Color HEX #AA34A3 Medium Red Violet

📋 copy color: '#AA34A3'

red 170 ◦ green 52 ◦ blue 163

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

Shades of Medium Red Violet #AA34A3

Tints of Medium Red Violet #AA34A3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 163 (64.06% from 255) = 42.34%

R = 44.16%
G = 13.51%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA34A3 (or 0xAA34A3) is known color: Medium Red Violet. HEX triplet: AA, 34 and A3. RGB value is (170,52,163). Sum of RGB (Red+Green+Blue) = 170+52+163=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA34A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA34A3 is #55CB5C. Grayscale: #636363. Windows color (decimal): -5622621 or 10695850. OLE color: 10695850.

HSL color Cylindrical-coordinate representation of color #AA34A3: hue angle of 303.56º degrees, saturation: 0.53, 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 #AA34A3 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 163 -
CMYK 0 0.69 0.04 0.33
HSL 303.56º 0.53% 0.44% -
HSV(B) 303.56º 0.69% 0.67% -
XYZ 24.42 13.65 36 -
YUV 99.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 170 52 163 0 0.69 0.04 0.33 303.56 0.53 0.44
Hex AA 34 A3 0 45 4 21 130 35 2C
Octal 252 64 243 0 105 4 41 460 65 54
Binary 10101010 110100 10100011 0 1000101 100 100001 100110000 110101 101100

Color Harmonies of #AA34A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA34A3

Black with #AA34A3

Text Example


Text Example

White with #AA34A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA34A3; }

 p { color: rgb(170,52,163); }

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

background-color css

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

 a { background-color: rgb(170,52,163); }

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

border-color css

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

 span { border-color: rgb(170,52,163); }

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