Html Css Color HEX #A92D87 Medium Red Violet

📋 copy color: '#A92D87'

red 169 ◦ green 45 ◦ blue 135

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

Shades of Medium Red Violet #A92D87

Tints of Medium Red Violet #A92D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.68%

R = 48.42%
G = 12.89%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A92D87 (or 0xA92D87) is known color: Medium Red Violet. HEX triplet: A9, 2D and 87. RGB value is (169,45,135). Sum of RGB (Red+Green+Blue) = 169+45+135=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92D87 is #56D278. Grayscale: #5C5C5C. Windows color (decimal): -5689977 or 8859049. OLE color: 8859049.

HSL color Cylindrical-coordinate representation of color #A92D87: hue angle of 316.45º 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 #A92D87 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 45 135 -
CMYK 0 0.73 0.20 0.34
HSL 316.45º 0.58% 0.42% -
HSV(B) 316.45º 0.73% 0.66% -
XYZ 21.67 12.06 24.11 -
YUV 92.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 169 45 135 0 0.73 0.20 0.34 316.45 0.58 0.42
Hex A9 2D 87 0 49 14 22 13C 3A 2A
Octal 251 55 207 0 111 24 42 474 72 52
Binary 10101001 101101 10000111 0 1001001 10100 100010 100111100 111010 101010

Color Harmonies of #A92D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D87

Black with #A92D87

Text Example


Text Example

White with #A92D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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