Html Css Color HEX #A03985 Medium Red Violet

📋 copy color: '#A03985'

red 160 ◦ green 57 ◦ blue 133

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

Shades of Medium Red Violet #A03985

Tints of Medium Red Violet #A03985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

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

R = 45.71%
G = 16.29%
B = 38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A03985 (or 0xA03985) is known color: Medium Red Violet. HEX triplet: A0, 39 and 85. RGB value is (160,57,133). Sum of RGB (Red+Green+Blue) = 160+57+133=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A03985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03985 is #5FC67A. Grayscale: #606060. Windows color (decimal): -6276731 or 8731040. OLE color: 8731040.

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

Color convert

RGB 160 57 133 -
CMYK 0 0.64 0.17 0.37
HSL 315.73º 0.47% 0.43% -
HSV(B) 315.73º 0.64% 0.63% -
XYZ 20.19 12.09 23.46 -
YUV 96.46 148.62 173.32 -
System Red Green Blue C M Y K H S L
Decimal 160 57 133 0 0.64 0.17 0.37 315.73 0.47 0.43
Hex A0 39 85 0 40 11 25 13C 2F 2B
Octal 240 71 205 0 100 21 45 474 57 53
Binary 10100000 111001 10000101 0 1000000 10001 100101 100111100 101111 101011

Color Harmonies of #A03985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03985

Black with #A03985

Text Example


Text Example

White with #A03985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03985; }

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

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

background-color css

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

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

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

border-color css

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

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

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