Html Css Color HEX #AA107D Medium Violet Red

📋 copy color: '#AA107D'

red 170 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #AA107D

Tints of Medium Violet Red #AA107D

RGB

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

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

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

R = 54.66%
G = 5.14%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA107D (or 0xAA107D) is known color: Medium Violet Red. HEX triplet: AA, 10 and 7D. RGB value is (170,16,125). Sum of RGB (Red+Green+Blue) = 170+16+125=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA107D is #55EF82. Grayscale: #4A4A4A. Windows color (decimal): -5631875 or 8196266. OLE color: 8196266.

HSL color Cylindrical-coordinate representation of color #AA107D: hue angle of 317.53º 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 #AA107D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 16 125 -
CMYK 0 0.91 0.26 0.33
HSL 317.53º 0.83% 0.36% -
HSV(B) 317.53º 0.91% 0.67% -
XYZ 20.46 10.4 20.33 -
YUV 74.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 170 16 125 0 0.91 0.26 0.33 317.53 0.83 0.36
Hex AA 10 7D 0 5B 1A 21 13E 53 24
Octal 252 20 175 0 133 32 41 476 123 44
Binary 10101010 10000 1111101 0 1011011 11010 100001 100111110 1010011 100100

Color Harmonies of #AA107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA107D

Black with #AA107D

Text Example


Text Example

White with #AA107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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