Html Css Color HEX #A0358D Medium Red Violet

📋 copy color: '#A0358D'

red 160 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #A0358D

Tints of Medium Red Violet #A0358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 45.2%
G = 14.97%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0358D (or 0xA0358D) is known color: Medium Red Violet. HEX triplet: A0, 35 and 8D. RGB value is (160,53,141). Sum of RGB (Red+Green+Blue) = 160+53+141=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0358D is #5FCA72. Grayscale: #5E5E5E. Windows color (decimal): -6277747 or 9254304. OLE color: 9254304.

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

Color convert

RGB 160 53 141 -
CMYK 0 0.67 0.12 0.37
HSL 310.65º 0.5% 0.42% -
HSV(B) 310.65º 0.67% 0.63% -
XYZ 20.58 11.94 26.42 -
YUV 95.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 160 53 141 0 0.67 0.12 0.37 310.65 0.5 0.42
Hex A0 35 8D 0 43 C 25 137 32 2A
Octal 240 65 215 0 103 14 45 467 62 52
Binary 10100000 110101 10001101 0 1000011 1100 100101 100110111 110010 101010

Color Harmonies of #A0358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0358D

Black with #A0358D

Text Example


Text Example

White with #A0358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0358D; }

 p { color: rgb(160,53,141); }

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

background-color css

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

 a { background-color: rgb(160,53,141); }

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

border-color css

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

 span { border-color: rgb(160,53,141); }

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