Html Css Color HEX #A94380 Medium Red Violet

📋 copy color: '#A94380'

red 169 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #A94380

Tints of Medium Red Violet #A94380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 46.43%
G = 18.41%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A94380 (or 0xA94380) is known color: Medium Red Violet. HEX triplet: A9, 43 and 80. RGB value is (169,67,128). Sum of RGB (Red+Green+Blue) = 169+67+128=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A94380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94380 is #56BC7F. Grayscale: #686868. Windows color (decimal): -5684352 or 8405929. OLE color: 8405929.

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

Color convert

RGB 169 67 128 -
CMYK 0 0.60 0.24 0.34
HSL 324.12º 0.43% 0.46% -
HSV(B) 324.12º 0.6% 0.66% -
XYZ 22.27 14.01 21.95 -
YUV 104.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 169 67 128 0 0.60 0.24 0.34 324.12 0.43 0.46
Hex A9 43 80 0 3C 18 22 144 2B 2E
Octal 251 103 200 0 74 30 42 504 53 56
Binary 10101001 1000011 10000000 0 111100 11000 100010 101000100 101011 101110

Color Harmonies of #A94380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94380

Black with #A94380

Text Example


Text Example

White with #A94380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94380; }

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

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

background-color css

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

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

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

border-color css

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

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

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