Html Css Color HEX #AA3E8B Medium Red Violet

📋 copy color: '#AA3E8B'

red 170 ◦ green 62 ◦ blue 139

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

Shades of Medium Red Violet #AA3E8B

Tints of Medium Red Violet #AA3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.71%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 45.82%
G = 16.71%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA3E8B (or 0xAA3E8B) is known color: Medium Red Violet. HEX triplet: AA, 3E and 8B. RGB value is (170,62,139). Sum of RGB (Red+Green+Blue) = 170+62+139=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E8B is #55C174. Grayscale: #666666. Windows color (decimal): -5620085 or 9125546. OLE color: 9125546.

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

Color convert

RGB 170 62 139 -
CMYK 0 0.64 0.18 0.33
HSL 317.22º 0.47% 0.45% -
HSV(B) 317.22º 0.64% 0.67% -
XYZ 22.96 13.86 25.89 -
YUV 103.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 170 62 139 0 0.64 0.18 0.33 317.22 0.47 0.45
Hex AA 3E 8B 0 40 12 21 13D 2F 2D
Octal 252 76 213 0 100 22 41 475 57 55
Binary 10101010 111110 10001011 0 1000000 10010 100001 100111101 101111 101101

Color Harmonies of #AA3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E8B

Black with #AA3E8B

Text Example


Text Example

White with #AA3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E8B; }

 p { color: rgb(170,62,139); }

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

background-color css

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

 a { background-color: rgb(170,62,139); }

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

border-color css

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

 span { border-color: rgb(170,62,139); }

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