Html Css Color HEX #AA258D Medium Red Violet

📋 copy color: '#AA258D'

red 170 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #AA258D

Tints of Medium Red Violet #AA258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 48.85%
G = 10.63%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA258D (or 0xAA258D) is known color: Medium Red Violet. HEX triplet: AA, 25 and 8D. RGB value is (170,37,141). Sum of RGB (Red+Green+Blue) = 170+37+141=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA258D is #55DA72. Grayscale: #585858. Windows color (decimal): -5626483 or 9250218. OLE color: 9250218.

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

Color convert

RGB 170 37 141 -
CMYK 0 0.78 0.17 0.33
HSL 313.08º 0.64% 0.41% -
HSV(B) 313.08º 0.78% 0.67% -
XYZ 22.05 11.79 26.31 -
YUV 88.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 170 37 141 0 0.78 0.17 0.33 313.08 0.64 0.41
Hex AA 25 8D 0 4E 11 21 139 40 29
Octal 252 45 215 0 116 21 41 471 100 51
Binary 10101010 100101 10001101 0 1001110 10001 100001 100111001 1000000 101001

Color Harmonies of #AA258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA258D

Black with #AA258D

Text Example


Text Example

White with #AA258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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