Html Css Color HEX #A04185 Medium Red Violet

📋 copy color: '#A04185'

red 160 ◦ green 65 ◦ blue 133

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

Shades of Medium Red Violet #A04185

Tints of Medium Red Violet #A04185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 44.69%
G = 18.16%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04185 (or 0xA04185) is known color: Medium Red Violet. HEX triplet: A0, 41 and 85. RGB value is (160,65,133). Sum of RGB (Red+Green+Blue) = 160+65+133=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04185 is #5FBE7A. Grayscale: #646464. Windows color (decimal): -6274683 or 8733088. OLE color: 8733088.

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

Color convert

RGB 160 65 133 -
CMYK 0 0.59 0.17 0.37
HSL 317.05º 0.42% 0.44% -
HSV(B) 317.05º 0.59% 0.63% -
XYZ 20.62 12.95 23.6 -
YUV 101.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 160 65 133 0 0.59 0.17 0.37 317.05 0.42 0.44
Hex A0 41 85 0 3B 11 25 13D 2A 2C
Octal 240 101 205 0 73 21 45 475 52 54
Binary 10100000 1000001 10000101 0 111011 10001 100101 100111101 101010 101100

Color Harmonies of #A04185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04185

Black with #A04185

Text Example


Text Example

White with #A04185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04185; }

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

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

background-color css

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

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

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

border-color css

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

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

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