Html Css Color HEX #A94A8C Medium Red Violet

📋 copy color: '#A94A8C'

red 169 ◦ green 74 ◦ blue 140

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

Shades of Medium Red Violet #A94A8C

Tints of Medium Red Violet #A94A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.32%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 44.13%
G = 19.32%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A94A8C (or 0xA94A8C) is known color: Medium Red Violet. HEX triplet: A9, 4A and 8C. RGB value is (169,74,140). Sum of RGB (Red+Green+Blue) = 169+74+140=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94A8C is #56B573. Grayscale: #6D6D6D. Windows color (decimal): -5682548 or 9194153. OLE color: 9194153.

HSL color Cylindrical-coordinate representation of color #A94A8C: hue angle of 318.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A8C is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 74 140 -
CMYK 0 0.56 0.17 0.34
HSL 318.32º 0.39% 0.48% -
HSV(B) 318.32º 0.56% 0.66% -
XYZ 23.54 15.23 26.51 -
YUV 109.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 169 74 140 0 0.56 0.17 0.34 318.32 0.39 0.48
Hex A9 4A 8C 0 38 11 22 13E 27 30
Octal 251 112 214 0 70 21 42 476 47 60
Binary 10101001 1001010 10001100 0 111000 10001 100010 100111110 100111 110000

Color Harmonies of #A94A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94A8C

Black with #A94A8C

Text Example


Text Example

White with #A94A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94A8C; }

 p { color: rgb(169,74,140); }

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

background-color css

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

 a { background-color: rgb(169,74,140); }

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

border-color css

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

 span { border-color: rgb(169,74,140); }

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