Html Css Color HEX #AA448C Medium Red Violet

📋 copy color: '#AA448C'

red 170 ◦ green 68 ◦ blue 140

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

Shades of Medium Red Violet #AA448C

Tints of Medium Red Violet #AA448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

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

R = 44.97%
G = 17.99%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA448C (or 0xAA448C) is known color: Medium Red Violet. HEX triplet: AA, 44 and 8C. RGB value is (170,68,140). Sum of RGB (Red+Green+Blue) = 170+68+140=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA448C is #55BB73. Grayscale: #6A6A6A. Windows color (decimal): -5618548 or 9192618. OLE color: 9192618.

HSL color Cylindrical-coordinate representation of color #AA448C: hue angle of 317.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA448C is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 140 -
CMYK 0 0.6 0.18 0.33
HSL 317.65º 0.43% 0.47% -
HSV(B) 317.65º 0.6% 0.67% -
XYZ 23.38 14.57 26.39 -
YUV 106.71 146.79 173.15 -
System Red Green Blue C M Y K H S L
Decimal 170 68 140 0 0.6 0.18 0.33 317.65 0.43 0.47
Hex AA 44 8C 0 3C 12 21 13E 2B 2F
Octal 252 104 214 0 74 22 41 476 53 57
Binary 10101010 1000100 10001100 0 111100 10010 100001 100111110 101011 101111

Color Harmonies of #AA448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA448C

Black with #AA448C

Text Example


Text Example

White with #AA448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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