Html Css Color HEX #A03885 Medium Red Violet

📋 copy color: '#A03885'

red 160 ◦ green 56 ◦ blue 133

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

Shades of Medium Red Violet #A03885

Tints of Medium Red Violet #A03885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.05%

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

R = 45.85%
G = 16.05%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A03885 (or 0xA03885) is known color: Medium Red Violet. HEX triplet: A0, 38 and 85. RGB value is (160,56,133). Sum of RGB (Red+Green+Blue) = 160+56+133=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03885 is #5FC77A. Grayscale: #5F5F5F. Windows color (decimal): -6276987 or 8730784. OLE color: 8730784.

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

Color convert

RGB 160 56 133 -
CMYK 0 0.65 0.17 0.37
HSL 315.58º 0.48% 0.42% -
HSV(B) 315.58º 0.65% 0.63% -
XYZ 20.15 12 23.44 -
YUV 95.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 160 56 133 0 0.65 0.17 0.37 315.58 0.48 0.42
Hex A0 38 85 0 41 11 25 13C 30 2A
Octal 240 70 205 0 101 21 45 474 60 52
Binary 10100000 111000 10000101 0 1000001 10001 100101 100111100 110000 101010

Color Harmonies of #A03885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03885

Black with #A03885

Text Example


Text Example

White with #A03885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03885; }

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

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

background-color css

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

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

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

border-color css

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

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

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