Html Css Color HEX #AA127D Medium Violet Red

📋 copy color: '#AA127D'

red 170 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #AA127D

Tints of Medium Violet Red #AA127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 54.31%
G = 5.75%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA127D (or 0xAA127D) is known color: Medium Violet Red. HEX triplet: AA, 12 and 7D. RGB value is (170,18,125). Sum of RGB (Red+Green+Blue) = 170+18+125=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA127D is #55ED82. Grayscale: #4B4B4B. Windows color (decimal): -5631363 or 8196778. OLE color: 8196778.

HSL color Cylindrical-coordinate representation of color #AA127D: hue angle of 317.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA127D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 18 125 -
CMYK 0 0.89 0.26 0.33
HSL 317.76º 0.81% 0.37% -
HSV(B) 317.76º 0.89% 0.67% -
XYZ 20.5 10.46 20.34 -
YUV 75.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 170 18 125 0 0.89 0.26 0.33 317.76 0.81 0.37
Hex AA 12 7D 0 59 1A 21 13E 51 25
Octal 252 22 175 0 131 32 41 476 121 45
Binary 10101010 10010 1111101 0 1011001 11010 100001 100111110 1010001 100101

Color Harmonies of #AA127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA127D

Black with #AA127D

Text Example


Text Example

White with #AA127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA127D; }

 p { color: rgb(170,18,125); }

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

background-color css

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

 a { background-color: rgb(170,18,125); }

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

border-color css

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

 span { border-color: rgb(170,18,125); }

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