Html Css Color HEX #A04285 Medium Red Violet

📋 copy color: '#A04285'

red 160 ◦ green 66 ◦ blue 133

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

Shades of Medium Red Violet #A04285

Tints of Medium Red Violet #A04285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

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

R = 44.57%
G = 18.38%
B = 37.05%

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

#A04285 (or 0xA04285) is known color: Medium Red Violet. HEX triplet: A0, 42 and 85. RGB value is (160,66,133). Sum of RGB (Red+Green+Blue) = 160+66+133=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04285 is #5FBD7A. Grayscale: #656565. Windows color (decimal): -6274427 or 8733344. OLE color: 8733344.

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

Color convert

RGB 160 66 133 -
CMYK 0 0.59 0.17 0.37
HSL 317.23º 0.42% 0.44% -
HSV(B) 317.23º 0.59% 0.63% -
XYZ 20.68 13.06 23.62 -
YUV 101.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 160 66 133 0 0.59 0.17 0.37 317.23 0.42 0.44
Hex A0 42 85 0 3B 11 25 13D 2A 2C
Octal 240 102 205 0 73 21 45 475 52 54
Binary 10100000 1000010 10000101 0 111011 10001 100101 100111101 101010 101100

Color Harmonies of #A04285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04285

Black with #A04285

Text Example


Text Example

White with #A04285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04285; }

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

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

background-color css

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

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

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

border-color css

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

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

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