Html Css Color HEX #AA3E8A Medium Red Violet

📋 copy color: '#AA3E8A'

red 170 ◦ green 62 ◦ blue 138

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

Shades of Medium Red Violet #AA3E8A

Tints of Medium Red Violet #AA3E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 45.95%
G = 16.76%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA3E8A (or 0xAA3E8A) is known color: Medium Red Violet. HEX triplet: AA, 3E and 8A. RGB value is (170,62,138). Sum of RGB (Red+Green+Blue) = 170+62+138=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3E8A is #55C175. Grayscale: #666666. Windows color (decimal): -5620086 or 9060010. OLE color: 9060010.

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

Color convert

RGB 170 62 138 -
CMYK 0 0.64 0.19 0.33
HSL 317.78º 0.47% 0.45% -
HSV(B) 317.78º 0.64% 0.67% -
XYZ 22.89 13.83 25.51 -
YUV 102.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 170 62 138 0 0.64 0.19 0.33 317.78 0.47 0.45
Hex AA 3E 8A 0 40 13 21 13E 2F 2D
Octal 252 76 212 0 100 23 41 476 57 55
Binary 10101010 111110 10001010 0 1000000 10011 100001 100111110 101111 101101

Color Harmonies of #AA3E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E8A

Black with #AA3E8A

Text Example


Text Example

White with #AA3E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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