Html Css Color HEX #A94692 Medium Red Violet

📋 copy color: '#A94692'

red 169 ◦ green 70 ◦ blue 146

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

Shades of Medium Red Violet #A94692

Tints of Medium Red Violet #A94692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 43.9%
G = 18.18%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A94692 (or 0xA94692) is known color: Medium Red Violet. HEX triplet: A9, 46 and 92. RGB value is (169,70,146). Sum of RGB (Red+Green+Blue) = 169+70+146=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A94692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94692 is #56B96D. Grayscale: #6C6C6C. Windows color (decimal): -5683566 or 9586345. OLE color: 9586345.

HSL color Cylindrical-coordinate representation of color #A94692: hue angle of 313.94º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94692 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 146 -
CMYK 0 0.59 0.14 0.34
HSL 313.94º 0.41% 0.47% -
HSV(B) 313.94º 0.59% 0.66% -
XYZ 23.74 14.89 28.82 -
YUV 108.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 169 70 146 0 0.59 0.14 0.34 313.94 0.41 0.47
Hex A9 46 92 0 3B E 22 13A 29 2F
Octal 251 106 222 0 73 16 42 472 51 57
Binary 10101001 1000110 10010010 0 111011 1110 100010 100111010 101001 101111

Color Harmonies of #A94692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94692

Black with #A94692

Text Example


Text Example

White with #A94692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94692; }

 p { color: rgb(169,70,146); }

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

background-color css

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

 a { background-color: rgb(169,70,146); }

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

border-color css

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

 span { border-color: rgb(169,70,146); }

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