Html Css Color HEX #A94683 Medium Red Violet

📋 copy color: '#A94683'

red 169 ◦ green 70 ◦ blue 131

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

Shades of Medium Red Violet #A94683

Tints of Medium Red Violet #A94683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 45.68%
G = 18.92%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A94683 (or 0xA94683) is known color: Medium Red Violet. HEX triplet: A9, 46 and 83. RGB value is (169,70,131). Sum of RGB (Red+Green+Blue) = 169+70+131=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A94683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94683 is #56B97C. Grayscale: #6A6A6A. Windows color (decimal): -5683581 or 8603305. OLE color: 8603305.

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

Color convert

RGB 169 70 131 -
CMYK 0 0.59 0.22 0.34
HSL 323.03º 0.41% 0.47% -
HSV(B) 323.03º 0.59% 0.66% -
XYZ 22.65 14.45 23.07 -
YUV 106.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 169 70 131 0 0.59 0.22 0.34 323.03 0.41 0.47
Hex A9 46 83 0 3B 16 22 143 29 2F
Octal 251 106 203 0 73 26 42 503 51 57
Binary 10101001 1000110 10000011 0 111011 10110 100010 101000011 101001 101111

Color Harmonies of #A94683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94683

Black with #A94683

Text Example


Text Example

White with #A94683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94683; }

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

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

background-color css

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

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

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

border-color css

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

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

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