Html Css Color HEX #A04183 Medium Red Violet

📋 copy color: '#A04183'

red 160 ◦ green 65 ◦ blue 131

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

Shades of Medium Red Violet #A04183

Tints of Medium Red Violet #A04183

RGB

 RED value IS 160 (62.89% from 255) = 44.94%

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

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

R = 44.94%
G = 18.26%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A04183 (or 0xA04183) is known color: Medium Red Violet. HEX triplet: A0, 41 and 83. RGB value is (160,65,131). Sum of RGB (Red+Green+Blue) = 160+65+131=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04183 is #5FBE7C. Grayscale: #646464. Windows color (decimal): -6274685 or 8602016. OLE color: 8602016.

HSL color Cylindrical-coordinate representation of color #A04183: hue angle of 318.32º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04183 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 65 131 -
CMYK 0 0.59 0.18 0.37
HSL 318.32º 0.42% 0.44% -
HSV(B) 318.32º 0.59% 0.63% -
XYZ 20.48 12.89 22.88 -
YUV 100.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 160 65 131 0 0.59 0.18 0.37 318.32 0.42 0.44
Hex A0 41 83 0 3B 12 25 13E 2A 2C
Octal 240 101 203 0 73 22 45 476 52 54
Binary 10100000 1000001 10000011 0 111011 10010 100101 100111110 101010 101100

Color Harmonies of #A04183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04183

Black with #A04183

Text Example


Text Example

White with #A04183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04183; }

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

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

background-color css

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

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

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

border-color css

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

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

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