Html Css Color HEX #A0358A Medium Red Violet

📋 copy color: '#A0358A'

red 160 ◦ green 53 ◦ blue 138

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

Shades of Medium Red Violet #A0358A

Tints of Medium Red Violet #A0358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 45.58%
G = 15.1%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0358A (or 0xA0358A) is known color: Medium Red Violet. HEX triplet: A0, 35 and 8A. RGB value is (160,53,138). Sum of RGB (Red+Green+Blue) = 160+53+138=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0358A is #5FCA75. Grayscale: #5E5E5E. Windows color (decimal): -6277750 or 9057696. OLE color: 9057696.

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

Color convert

RGB 160 53 138 -
CMYK 0 0.67 0.14 0.37
HSL 312.34º 0.5% 0.42% -
HSV(B) 312.34º 0.67% 0.63% -
XYZ 20.36 11.85 25.26 -
YUV 94.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 160 53 138 0 0.67 0.14 0.37 312.34 0.5 0.42
Hex A0 35 8A 0 43 E 25 138 32 2A
Octal 240 65 212 0 103 16 45 470 62 52
Binary 10100000 110101 10001010 0 1000011 1110 100101 100111000 110010 101010

Color Harmonies of #A0358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0358A

Black with #A0358A

Text Example


Text Example

White with #A0358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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