Html Css Color HEX #AA2594 Medium Red Violet

📋 copy color: '#AA2594'

red 170 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #AA2594

Tints of Medium Red Violet #AA2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 47.89%
G = 10.42%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA2594 (or 0xAA2594) is known color: Medium Red Violet. HEX triplet: AA, 25 and 94. RGB value is (170,37,148). Sum of RGB (Red+Green+Blue) = 170+37+148=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2594 is #55DA6B. Grayscale: #595959. Windows color (decimal): -5626476 or 9708970. OLE color: 9708970.

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

Color convert

RGB 170 37 148 -
CMYK 0 0.78 0.13 0.33
HSL 309.92º 0.64% 0.41% -
HSV(B) 309.92º 0.78% 0.67% -
XYZ 22.58 12.01 29.14 -
YUV 89.42 161.06 185.47 -
System Red Green Blue C M Y K H S L
Decimal 170 37 148 0 0.78 0.13 0.33 309.92 0.64 0.41
Hex AA 25 94 0 4E D 21 136 40 29
Octal 252 45 224 0 116 15 41 466 100 51
Binary 10101010 100101 10010100 0 1001110 1101 100001 100110110 1000000 101001

Color Harmonies of #AA2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2594

Black with #AA2594

Text Example


Text Example

White with #AA2594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2594; }

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

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

background-color css

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

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

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

border-color css

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

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

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