Html Css Color HEX #AA2D7B Medium Red Violet

📋 copy color: '#AA2D7B'

red 170 ◦ green 45 ◦ blue 123

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

Shades of Medium Red Violet #AA2D7B

Tints of Medium Red Violet #AA2D7B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.31%

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

R = 50.3%
G = 13.31%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA2D7B (or 0xAA2D7B) is known color: Medium Red Violet. HEX triplet: AA, 2D and 7B. RGB value is (170,45,123). Sum of RGB (Red+Green+Blue) = 170+45+123=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2D7B is #55D284. Grayscale: #5B5B5B. Windows color (decimal): -5624453 or 8072618. OLE color: 8072618.

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

Color convert

RGB 170 45 123 -
CMYK 0 0.74 0.28 0.33
HSL 322.56º 0.58% 0.42% -
HSV(B) 322.56º 0.74% 0.67% -
XYZ 21.09 11.85 19.92 -
YUV 91.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 170 45 123 0 0.74 0.28 0.33 322.56 0.58 0.42
Hex AA 2D 7B 0 4A 1C 21 143 3A 2A
Octal 252 55 173 0 112 34 41 503 72 52
Binary 10101010 101101 1111011 0 1001010 11100 100001 101000011 111010 101010

Color Harmonies of #AA2D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2D7B

Black with #AA2D7B

Text Example


Text Example

White with #AA2D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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