Html Css Color HEX #A04485 Medium Red Violet

📋 copy color: '#A04485'

red 160 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #A04485

Tints of Medium Red Violet #A04485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 44.32%
G = 18.84%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04485 (or 0xA04485) is known color: Medium Red Violet. HEX triplet: A0, 44 and 85. RGB value is (160,68,133). Sum of RGB (Red+Green+Blue) = 160+68+133=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04485 is #5FBB7A. Grayscale: #666666. Windows color (decimal): -6273915 or 8733856. OLE color: 8733856.

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

Color convert

RGB 160 68 133 -
CMYK 0 0.57 0.17 0.37
HSL 317.61º 0.4% 0.45% -
HSV(B) 317.61º 0.58% 0.63% -
XYZ 20.8 13.3 23.66 -
YUV 102.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 160 68 133 0 0.57 0.17 0.37 317.61 0.4 0.45
Hex A0 44 85 0 39 11 25 13E 28 2D
Octal 240 104 205 0 71 21 45 476 50 55
Binary 10100000 1000100 10000101 0 111001 10001 100101 100111110 101000 101101

Color Harmonies of #A04485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04485

Black with #A04485

Text Example


Text Example

White with #A04485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04485; }

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

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

background-color css

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

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

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

border-color css

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

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

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