Html Css Color HEX #AA3485 Medium Red Violet

📋 copy color: '#AA3485'

red 170 ◦ green 52 ◦ blue 133

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

Shades of Medium Red Violet #AA3485

Tints of Medium Red Violet #AA3485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 47.89%
G = 14.65%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA3485 (or 0xAA3485) is known color: Medium Red Violet. HEX triplet: AA, 34 and 85. RGB value is (170,52,133). Sum of RGB (Red+Green+Blue) = 170+52+133=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3485 is #55CB7A. Grayscale: #606060. Windows color (decimal): -5622651 or 8729770. OLE color: 8729770.

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

Color convert

RGB 170 52 133 -
CMYK 0 0.69 0.22 0.33
HSL 318.81º 0.53% 0.44% -
HSV(B) 318.81º 0.69% 0.67% -
XYZ 22.04 12.7 23.48 -
YUV 96.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 170 52 133 0 0.69 0.22 0.33 318.81 0.53 0.44
Hex AA 34 85 0 45 16 21 13F 35 2C
Octal 252 64 205 0 105 26 41 477 65 54
Binary 10101010 110100 10000101 0 1000101 10110 100001 100111111 110101 101100

Color Harmonies of #AA3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3485

Black with #AA3485

Text Example


Text Example

White with #AA3485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3485; }

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

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

background-color css

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

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

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

border-color css

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

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

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