Html Css Color HEX #AA3B8F Medium Red Violet

📋 copy color: '#AA3B8F'

red 170 ◦ green 59 ◦ blue 143

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

Shades of Medium Red Violet #AA3B8F

Tints of Medium Red Violet #AA3B8F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.86%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 45.7%
G = 15.86%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA3B8F (or 0xAA3B8F) is known color: Medium Red Violet. HEX triplet: AA, 3B and 8F. RGB value is (170,59,143). Sum of RGB (Red+Green+Blue) = 170+59+143=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3B8F is #55C470. Grayscale: #656565. Windows color (decimal): -5620849 or 9386922. OLE color: 9386922.

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

Color convert

RGB 170 59 143 -
CMYK 0 0.65 0.16 0.33
HSL 314.59º 0.48% 0.45% -
HSV(B) 314.59º 0.65% 0.67% -
XYZ 23.1 13.66 27.41 -
YUV 101.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 170 59 143 0 0.65 0.16 0.33 314.59 0.48 0.45
Hex AA 3B 8F 0 41 10 21 13B 30 2D
Octal 252 73 217 0 101 20 41 473 60 55
Binary 10101010 111011 10001111 0 1000001 10000 100001 100111011 110000 101101

Color Harmonies of #AA3B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B8F

Black with #AA3B8F

Text Example


Text Example

White with #AA3B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B8F; }

 p { color: rgb(170,59,143); }

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

background-color css

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

 a { background-color: rgb(170,59,143); }

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

border-color css

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

 span { border-color: rgb(170,59,143); }

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