Html Css Color HEX #AA1D7B Medium Red Violet

📋 copy color: '#AA1D7B'

red 170 ◦ green 29 ◦ blue 123

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

Shades of Medium Red Violet #AA1D7B

Tints of Medium Red Violet #AA1D7B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.01%

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 52.8%
G = 9.01%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA1D7B (or 0xAA1D7B) is known color: Medium Red Violet. HEX triplet: AA, 1D and 7B. RGB value is (170,29,123). Sum of RGB (Red+Green+Blue) = 170+29+123=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1D7B is #55E284. Grayscale: #515151. Windows color (decimal): -5628549 or 8068522. OLE color: 8068522.

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

Color convert

RGB 170 29 123 -
CMYK 0 0.83 0.28 0.33
HSL 320º 0.71% 0.39% -
HSV(B) 320º 0.83% 0.67% -
XYZ 20.59 10.85 19.75 -
YUV 81.88 151.21 190.86 -
System Red Green Blue C M Y K H S L
Decimal 170 29 123 0 0.83 0.28 0.33 320 0.71 0.39
Hex AA 1D 7B 0 53 1C 21 140 47 27
Octal 252 35 173 0 123 34 41 500 107 47
Binary 10101010 11101 1111011 0 1010011 11100 100001 101000000 1000111 100111

Color Harmonies of #AA1D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D7B

Black with #AA1D7B

Text Example


Text Example

White with #AA1D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D7B; }

 p { color: rgb(170,29,123); }

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

background-color css

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

 a { background-color: rgb(170,29,123); }

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

border-color css

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

 span { border-color: rgb(170,29,123); }

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