Html Css Color HEX #AA0782 Medium Violet Red

📋 copy color: '#AA0782'

red 170 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #AA0782

Tints of Medium Violet Red #AA0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 55.37%
G = 2.28%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA0782 (or 0xAA0782) is known color: Medium Violet Red. HEX triplet: AA, 07 and 82. RGB value is (170,7,130). Sum of RGB (Red+Green+Blue) = 170+7+130=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0782 is #55F87D. Grayscale: #454545. Windows color (decimal): -5634174 or 8521642. OLE color: 8521642.

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

Color convert

RGB 170 7 130 -
CMYK 0 0.96 0.24 0.33
HSL 314.72º 0.92% 0.35% -
HSV(B) 314.72º 0.96% 0.67% -
XYZ 20.68 10.31 22.02 -
YUV 69.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 170 7 130 0 0.96 0.24 0.33 314.72 0.92 0.35
Hex AA 7 82 0 60 18 21 13B 5C 23
Octal 252 7 202 0 140 30 41 473 134 43
Binary 10101010 111 10000010 0 1100000 11000 100001 100111011 1011100 100011

Color Harmonies of #AA0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0782

Black with #AA0782

Text Example


Text Example

White with #AA0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0782; }

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

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

background-color css

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

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

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

border-color css

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

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

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