Html Css Color HEX #AA348C Medium Red Violet

📋 copy color: '#AA348C'

red 170 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #AA348C

Tints of Medium Red Violet #AA348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

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

R = 46.96%
G = 14.36%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA348C (or 0xAA348C) is known color: Medium Red Violet. HEX triplet: AA, 34 and 8C. RGB value is (170,52,140). Sum of RGB (Red+Green+Blue) = 170+52+140=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA348C is #55CB73. Grayscale: #616161. Windows color (decimal): -5622644 or 9188522. OLE color: 9188522.

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

Color convert

RGB 170 52 140 -
CMYK 0 0.69 0.18 0.33
HSL 315.25º 0.53% 0.44% -
HSV(B) 315.25º 0.69% 0.67% -
XYZ 22.54 12.9 26.11 -
YUV 97.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 170 52 140 0 0.69 0.18 0.33 315.25 0.53 0.44
Hex AA 34 8C 0 45 12 21 13B 35 2C
Octal 252 64 214 0 105 22 41 473 65 54
Binary 10101010 110100 10001100 0 1000101 10010 100001 100111011 110101 101100

Color Harmonies of #AA348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA348C

Black with #AA348C

Text Example


Text Example

White with #AA348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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