Html Css Color HEX #AA3598 Medium Red Violet

📋 copy color: '#AA3598'

red 170 ◦ green 53 ◦ blue 152

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

Shades of Medium Red Violet #AA3598

Tints of Medium Red Violet #AA3598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 152 (59.77% from 255) = 40.53%

R = 45.33%
G = 14.13%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA3598 (or 0xAA3598) is known color: Medium Red Violet. HEX triplet: AA, 35 and 98. RGB value is (170,53,152). Sum of RGB (Red+Green+Blue) = 170+53+152=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3598 is #55CA67. Grayscale: #626262. Windows color (decimal): -5622376 or 9975210. OLE color: 9975210.

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

Color convert

RGB 170 53 152 -
CMYK 0 0.69 0.11 0.33
HSL 309.23º 0.52% 0.44% -
HSV(B) 309.23º 0.69% 0.67% -
XYZ 23.52 13.36 31.04 -
YUV 99.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 170 53 152 0 0.69 0.11 0.33 309.23 0.52 0.44
Hex AA 35 98 0 45 B 21 135 34 2C
Octal 252 65 230 0 105 13 41 465 64 54
Binary 10101010 110101 10011000 0 1000101 1011 100001 100110101 110100 101100

Color Harmonies of #AA3598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3598

Black with #AA3598

Text Example


Text Example

White with #AA3598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3598; }

 p { color: rgb(170,53,152); }

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

background-color css

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

 a { background-color: rgb(170,53,152); }

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

border-color css

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

 span { border-color: rgb(170,53,152); }

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