Html Css Color HEX #AA389D Medium Red Violet

📋 copy color: '#AA389D'

red 170 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #AA389D

Tints of Medium Red Violet #AA389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.62%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 44.39%
G = 14.62%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA389D (or 0xAA389D) is known color: Medium Red Violet. HEX triplet: AA, 38 and 9D. RGB value is (170,56,157). Sum of RGB (Red+Green+Blue) = 170+56+157=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA389D is #55C762. Grayscale: #656565. Windows color (decimal): -5621603 or 10303658. OLE color: 10303658.

HSL color Cylindrical-coordinate representation of color #AA389D: hue angle of 306.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA389D is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 157 -
CMYK 0 0.67 0.08 0.33
HSL 306.84º 0.5% 0.44% -
HSV(B) 306.84º 0.67% 0.67% -
XYZ 24.08 13.81 33.29 -
YUV 101.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 170 56 157 0 0.67 0.08 0.33 306.84 0.5 0.44
Hex AA 38 9D 0 43 8 21 133 32 2C
Octal 252 70 235 0 103 10 41 463 62 54
Binary 10101010 111000 10011101 0 1000011 1000 100001 100110011 110010 101100

Color Harmonies of #AA389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA389D

Black with #AA389D

Text Example


Text Example

White with #AA389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA389D; }

 p { color: rgb(170,56,157); }

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

background-color css

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

 a { background-color: rgb(170,56,157); }

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

border-color css

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

 span { border-color: rgb(170,56,157); }

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