Html Css Color HEX #A94394 Medium Red Violet

📋 copy color: '#A94394'

red 169 ◦ green 67 ◦ blue 148

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

Shades of Medium Red Violet #A94394

Tints of Medium Red Violet #A94394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 44.01%
G = 17.45%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A94394 (or 0xA94394) is known color: Medium Red Violet. HEX triplet: A9, 43 and 94. RGB value is (169,67,148). Sum of RGB (Red+Green+Blue) = 169+67+148=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A94394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94394 is #56BC6B. Grayscale: #6A6A6A. Windows color (decimal): -5684332 or 9716649. OLE color: 9716649.

HSL color Cylindrical-coordinate representation of color #A94394: hue angle of 312.35º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94394 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 67 148 -
CMYK 0 0.60 0.12 0.34
HSL 312.35º 0.43% 0.46% -
HSV(B) 312.35º 0.6% 0.66% -
XYZ 23.71 14.59 29.58 -
YUV 106.73 151.29 172.41 -
System Red Green Blue C M Y K H S L
Decimal 169 67 148 0 0.60 0.12 0.34 312.35 0.43 0.46
Hex A9 43 94 0 3C C 22 138 2B 2E
Octal 251 103 224 0 74 14 42 470 53 56
Binary 10101001 1000011 10010100 0 111100 1100 100010 100111000 101011 101110

Color Harmonies of #A94394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94394

Black with #A94394

Text Example


Text Example

White with #A94394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94394; }

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

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

background-color css

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

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

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

border-color css

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

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

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