Html Css Color HEX #AA368A Medium Red Violet

📋 copy color: '#AA368A'

red 170 ◦ green 54 ◦ blue 138

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

Shades of Medium Red Violet #AA368A

Tints of Medium Red Violet #AA368A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.92%

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

R = 46.96%
G = 14.92%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA368A (or 0xAA368A) is known color: Medium Red Violet. HEX triplet: AA, 36 and 8A. RGB value is (170,54,138). Sum of RGB (Red+Green+Blue) = 170+54+138=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA368A is #55C975. Grayscale: #626262. Windows color (decimal): -5622134 or 9057962. OLE color: 9057962.

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

Color convert

RGB 170 54 138 -
CMYK 0 0.68 0.19 0.33
HSL 316.55º 0.52% 0.44% -
HSV(B) 316.55º 0.68% 0.67% -
XYZ 22.48 13.02 25.37 -
YUV 98.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 170 54 138 0 0.68 0.19 0.33 316.55 0.52 0.44
Hex AA 36 8A 0 44 13 21 13D 34 2C
Octal 252 66 212 0 104 23 41 475 64 54
Binary 10101010 110110 10001010 0 1000100 10011 100001 100111101 110100 101100

Color Harmonies of #AA368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA368A

Black with #AA368A

Text Example


Text Example

White with #AA368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA368A; }

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

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

background-color css

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

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

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

border-color css

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

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

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