Html Css Color HEX #A92D7E Medium Red Violet

📋 copy color: '#A92D7E'

red 169 ◦ green 45 ◦ blue 126

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

Shades of Medium Red Violet #A92D7E

Tints of Medium Red Violet #A92D7E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 126 (49.61% from 255) = 37.06%

R = 49.71%
G = 13.24%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A92D7E (or 0xA92D7E) is known color: Medium Red Violet. HEX triplet: A9, 2D and 7E. RGB value is (169,45,126). Sum of RGB (Red+Green+Blue) = 169+45+126=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92D7E is #56D281. Grayscale: #5B5B5B. Windows color (decimal): -5689986 or 8269225. OLE color: 8269225.

HSL color Cylindrical-coordinate representation of color #A92D7E: hue angle of 320.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92D7E is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 45 126 -
CMYK 0 0.73 0.25 0.34
HSL 320.81º 0.58% 0.42% -
HSV(B) 320.81º 0.73% 0.66% -
XYZ 21.07 11.82 20.91 -
YUV 91.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 169 45 126 0 0.73 0.25 0.34 320.81 0.58 0.42
Hex A9 2D 7E 0 49 19 22 141 3A 2A
Octal 251 55 176 0 111 31 42 501 72 52
Binary 10101001 101101 1111110 0 1001001 11001 100010 101000001 111010 101010

Color Harmonies of #A92D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D7E

Black with #A92D7E

Text Example


Text Example

White with #A92D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D7E; }

 p { color: rgb(169,45,126); }

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

background-color css

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

 a { background-color: rgb(169,45,126); }

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

border-color css

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

 span { border-color: rgb(169,45,126); }

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