Html Css Color HEX #A94694 Medium Red Violet

📋 copy color: '#A94694'

red 169 ◦ green 70 ◦ blue 148

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

Shades of Medium Red Violet #A94694

Tints of Medium Red Violet #A94694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 43.67%
G = 18.09%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A94694 (or 0xA94694) is known color: Medium Red Violet. HEX triplet: A9, 46 and 94. RGB value is (169,70,148). Sum of RGB (Red+Green+Blue) = 169+70+148=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A94694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94694 is #56B96B. Grayscale: #6C6C6C. Windows color (decimal): -5683564 or 9717417. OLE color: 9717417.

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

Color convert

RGB 169 70 148 -
CMYK 0 0.59 0.12 0.34
HSL 312.73º 0.41% 0.47% -
HSV(B) 312.73º 0.59% 0.66% -
XYZ 23.9 14.95 29.64 -
YUV 108.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 169 70 148 0 0.59 0.12 0.34 312.73 0.41 0.47
Hex A9 46 94 0 3B C 22 139 29 2F
Octal 251 106 224 0 73 14 42 471 51 57
Binary 10101001 1000110 10010100 0 111011 1100 100010 100111001 101001 101111

Color Harmonies of #A94694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94694

Black with #A94694

Text Example


Text Example

White with #A94694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94694; }

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

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

background-color css

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

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

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

border-color css

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

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

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