Html Css Color HEX #AA3A7B Medium Red Violet

📋 copy color: '#AA3A7B'

red 170 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #AA3A7B

Tints of Medium Red Violet #AA3A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

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

R = 48.43%
G = 16.52%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA3A7B (or 0xAA3A7B) is known color: Medium Red Violet. HEX triplet: AA, 3A and 7B. RGB value is (170,58,123). Sum of RGB (Red+Green+Blue) = 170+58+123=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A7B is #55C584. Grayscale: #626262. Windows color (decimal): -5621125 or 8075946. OLE color: 8075946.

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

Color convert

RGB 170 58 123 -
CMYK 0 0.66 0.28 0.33
HSL 325.18º 0.49% 0.45% -
HSV(B) 325.18º 0.66% 0.67% -
XYZ 21.67 13 20.11 -
YUV 98.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 170 58 123 0 0.66 0.28 0.33 325.18 0.49 0.45
Hex AA 3A 7B 0 42 1C 21 145 31 2D
Octal 252 72 173 0 102 34 41 505 61 55
Binary 10101010 111010 1111011 0 1000010 11100 100001 101000101 110001 101101

Color Harmonies of #AA3A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A7B

Black with #AA3A7B

Text Example


Text Example

White with #AA3A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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