Html Css Color HEX #AA1084 Medium Violet Red

📋 copy color: '#AA1084'

red 170 ◦ green 16 ◦ blue 132

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

Shades of Medium Violet Red #AA1084

Tints of Medium Violet Red #AA1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.03%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 53.46%
G = 5.03%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA1084 (or 0xAA1084) is known color: Medium Violet Red. HEX triplet: AA, 10 and 84. RGB value is (170,16,132). Sum of RGB (Red+Green+Blue) = 170+16+132=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1084 is #55EF7B. Grayscale: #4A4A4A. Windows color (decimal): -5631868 or 8655018. OLE color: 8655018.

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

Color convert

RGB 170 16 132 -
CMYK 0 0.91 0.22 0.33
HSL 314.81º 0.83% 0.36% -
HSV(B) 314.81º 0.91% 0.67% -
XYZ 20.93 10.58 22.77 -
YUV 75.27 160.02 195.57 -
System Red Green Blue C M Y K H S L
Decimal 170 16 132 0 0.91 0.22 0.33 314.81 0.83 0.36
Hex AA 10 84 0 5B 16 21 13B 53 24
Octal 252 20 204 0 133 26 41 473 123 44
Binary 10101010 10000 10000100 0 1011011 10110 100001 100111011 1010011 100100

Color Harmonies of #AA1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1084

Black with #AA1084

Text Example


Text Example

White with #AA1084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1084; }

 p { color: rgb(170,16,132); }

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

background-color css

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

 a { background-color: rgb(170,16,132); }

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

border-color css

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

 span { border-color: rgb(170,16,132); }

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