Html Css Color HEX #A94183 Medium Red Violet

📋 copy color: '#A94183'

red 169 ◦ green 65 ◦ blue 131

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

Shades of Medium Red Violet #A94183

Tints of Medium Red Violet #A94183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 46.3%
G = 17.81%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A94183 (or 0xA94183) is known color: Medium Red Violet. HEX triplet: A9, 41 and 83. RGB value is (169,65,131). Sum of RGB (Red+Green+Blue) = 169+65+131=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A94183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94183 is #56BE7C. Grayscale: #676767. Windows color (decimal): -5684861 or 8602025. OLE color: 8602025.

HSL color Cylindrical-coordinate representation of color #A94183: hue angle of 321.92º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94183 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 65 131 -
CMYK 0 0.62 0.22 0.34
HSL 321.92º 0.44% 0.46% -
HSV(B) 321.92º 0.62% 0.66% -
XYZ 22.35 13.85 22.97 -
YUV 103.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 169 65 131 0 0.62 0.22 0.34 321.92 0.44 0.46
Hex A9 41 83 0 3E 16 22 142 2C 2E
Octal 251 101 203 0 76 26 42 502 54 56
Binary 10101001 1000001 10000011 0 111110 10110 100010 101000010 101100 101110

Color Harmonies of #A94183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94183

Black with #A94183

Text Example


Text Example

White with #A94183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94183; }

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

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

background-color css

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

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

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

border-color css

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

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

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