Html Css Color HEX #A94682 Medium Red Violet

📋 copy color: '#A94682'

red 169 ◦ green 70 ◦ blue 130

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

Shades of Medium Red Violet #A94682

Tints of Medium Red Violet #A94682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 45.8%
G = 18.97%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A94682 (or 0xA94682) is known color: Medium Red Violet. HEX triplet: A9, 46 and 82. RGB value is (169,70,130). Sum of RGB (Red+Green+Blue) = 169+70+130=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A94682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94682 is #56B97D. Grayscale: #6A6A6A. Windows color (decimal): -5683582 or 8537769. OLE color: 8537769.

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

Color convert

RGB 169 70 130 -
CMYK 0 0.59 0.23 0.34
HSL 323.64º 0.41% 0.47% -
HSV(B) 323.64º 0.59% 0.66% -
XYZ 22.58 14.43 22.71 -
YUV 106.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 169 70 130 0 0.59 0.23 0.34 323.64 0.41 0.47
Hex A9 46 82 0 3B 17 22 144 29 2F
Octal 251 106 202 0 73 27 42 504 51 57
Binary 10101001 1000110 10000010 0 111011 10111 100010 101000100 101001 101111

Color Harmonies of #A94682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94682

Black with #A94682

Text Example


Text Example

White with #A94682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94682; }

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

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

background-color css

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

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

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

border-color css

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

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

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