Html Css Color HEX #A92574 Medium Red Violet

📋 copy color: '#A92574'

red 169 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #A92574

Tints of Medium Red Violet #A92574

RGB

 RED value IS 169 (66.41% from 255) = 52.48%

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 52.48%
G = 11.49%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A92574 (or 0xA92574) is known color: Medium Red Violet. HEX triplet: A9, 25 and 74. RGB value is (169,37,116). Sum of RGB (Red+Green+Blue) = 169+37+116=322 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.48% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 169 - color contains mainly: red. Hex color #A92574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92574 is #56DA8B. Grayscale: #555555. Windows color (decimal): -5692044 or 7611817. OLE color: 7611817.

HSL color Cylindrical-coordinate representation of color #A92574: hue angle of 324.09º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92574 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 37 116 -
CMYK 0 0.78 0.31 0.34
HSL 324.09º 0.64% 0.4% -
HSV(B) 324.09º 0.78% 0.66% -
XYZ 20.18 11.02 17.59 -
YUV 85.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 169 37 116 0 0.78 0.31 0.34 324.09 0.64 0.4
Hex A9 25 74 0 4E 1F 22 144 40 28
Octal 251 45 164 0 116 37 42 504 100 50
Binary 10101001 100101 1110100 0 1001110 11111 100010 101000100 1000000 101000

Color Harmonies of #A92574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92574

Black with #A92574

Text Example


Text Example

White with #A92574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92574; }

 p { color: rgb(169,37,116); }

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

background-color css

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

 a { background-color: rgb(169,37,116); }

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

border-color css

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

 span { border-color: rgb(169,37,116); }

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