Html Css Color HEX #AA2598 Medium Red Violet

📋 copy color: '#AA2598'

red 170 ◦ green 37 ◦ blue 152

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

Shades of Medium Red Violet #AA2598

Tints of Medium Red Violet #AA2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.31%

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

R = 47.35%
G = 10.31%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA2598 (or 0xAA2598) is known color: Medium Red Violet. HEX triplet: AA, 25 and 98. RGB value is (170,37,152). Sum of RGB (Red+Green+Blue) = 170+37+152=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2598 is #55DA67. Grayscale: #595959. Windows color (decimal): -5626472 or 9971114. OLE color: 9971114.

HSL color Cylindrical-coordinate representation of color #AA2598: hue angle of 308.12º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2598 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 37 152 -
CMYK 0 0.78 0.11 0.33
HSL 308.12º 0.64% 0.41% -
HSV(B) 308.12º 0.78% 0.67% -
XYZ 22.91 12.14 30.84 -
YUV 89.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 170 37 152 0 0.78 0.11 0.33 308.12 0.64 0.41
Hex AA 25 98 0 4E B 21 134 40 29
Octal 252 45 230 0 116 13 41 464 100 51
Binary 10101010 100101 10011000 0 1001110 1011 100001 100110100 1000000 101001

Color Harmonies of #AA2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2598

Black with #AA2598

Text Example


Text Example

White with #AA2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2598; }

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

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

background-color css

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

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

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

border-color css

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

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

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