Html Css Color HEX #A04885 Medium Red Violet

📋 copy color: '#A04885'

red 160 ◦ green 72 ◦ blue 133

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

Shades of Medium Red Violet #A04885

Tints of Medium Red Violet #A04885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

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

R = 43.84%
G = 19.73%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04885 (or 0xA04885) is known color: Medium Red Violet. HEX triplet: A0, 48 and 85. RGB value is (160,72,133). Sum of RGB (Red+Green+Blue) = 160+72+133=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04885 is #5FB77A. Grayscale: #696969. Windows color (decimal): -6272891 or 8734880. OLE color: 8734880.

HSL color Cylindrical-coordinate representation of color #A04885: hue angle of 318.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A04885 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 133 -
CMYK 0 0.55 0.17 0.37
HSL 318.41º 0.38% 0.45% -
HSV(B) 318.41º 0.55% 0.63% -
XYZ 21.05 13.8 23.74 -
YUV 105.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 160 72 133 0 0.55 0.17 0.37 318.41 0.38 0.45
Hex A0 48 85 0 37 11 25 13E 26 2D
Octal 240 110 205 0 67 21 45 476 46 55
Binary 10100000 1001000 10000101 0 110111 10001 100101 100111110 100110 101101

Color Harmonies of #A04885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04885

Black with #A04885

Text Example


Text Example

White with #A04885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04885; }

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

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

background-color css

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

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

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

border-color css

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

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

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