Html Css Color HEX #AA0882 Medium Violet Red

📋 copy color: '#AA0882'

red 170 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #AA0882

Tints of Medium Violet Red #AA0882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 55.19%
G = 2.6%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA0882 (or 0xAA0882) is known color: Medium Violet Red. HEX triplet: AA, 08 and 82. RGB value is (170,8,130). Sum of RGB (Red+Green+Blue) = 170+8+130=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0882 is #55F77D. Grayscale: #464646. Windows color (decimal): -5633918 or 8521898. OLE color: 8521898.

HSL color Cylindrical-coordinate representation of color #AA0882: hue angle of 314.81º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0882 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 8 130 -
CMYK 0 0.95 0.24 0.33
HSL 314.81º 0.91% 0.35% -
HSV(B) 314.81º 0.95% 0.67% -
XYZ 20.69 10.33 22.02 -
YUV 70.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 170 8 130 0 0.95 0.24 0.33 314.81 0.91 0.35
Hex AA 8 82 0 5F 18 21 13B 5B 23
Octal 252 10 202 0 137 30 41 473 133 43
Binary 10101010 1000 10000010 0 1011111 11000 100001 100111011 1011011 100011

Color Harmonies of #AA0882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0882

Black with #AA0882

Text Example


Text Example

White with #AA0882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0882; }

 p { color: rgb(170,8,130); }

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

background-color css

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

 a { background-color: rgb(170,8,130); }

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

border-color css

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

 span { border-color: rgb(170,8,130); }

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