Html Css Color HEX #AA368C Medium Red Violet

📋 copy color: '#AA368C'

red 170 ◦ green 54 ◦ blue 140

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

Shades of Medium Red Violet #AA368C

Tints of Medium Red Violet #AA368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 46.7%
G = 14.84%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA368C (or 0xAA368C) is known color: Medium Red Violet. HEX triplet: AA, 36 and 8C. RGB value is (170,54,140). Sum of RGB (Red+Green+Blue) = 170+54+140=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA368C is #55C973. Grayscale: #626262. Windows color (decimal): -5622132 or 9189034. OLE color: 9189034.

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

Color convert

RGB 170 54 140 -
CMYK 0 0.68 0.18 0.33
HSL 315.52º 0.52% 0.44% -
HSV(B) 315.52º 0.68% 0.67% -
XYZ 22.63 13.08 26.14 -
YUV 98.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 170 54 140 0 0.68 0.18 0.33 315.52 0.52 0.44
Hex AA 36 8C 0 44 12 21 13C 34 2C
Octal 252 66 214 0 104 22 41 474 64 54
Binary 10101010 110110 10001100 0 1000100 10010 100001 100111100 110100 101100

Color Harmonies of #AA368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA368C

Black with #AA368C

Text Example


Text Example

White with #AA368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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