Html Css Color HEX #A0358C Medium Red Violet

📋 copy color: '#A0358C'

red 160 ◦ green 53 ◦ blue 140

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

Shades of Medium Red Violet #A0358C

Tints of Medium Red Violet #A0358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 45.33%
G = 15.01%
B = 39.66%

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

#A0358C (or 0xA0358C) is known color: Medium Red Violet. HEX triplet: A0, 35 and 8C. RGB value is (160,53,140). Sum of RGB (Red+Green+Blue) = 160+53+140=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0358C is #5FCA73. Grayscale: #5E5E5E. Windows color (decimal): -6277748 or 9188768. OLE color: 9188768.

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

Color convert

RGB 160 53 140 -
CMYK 0 0.67 0.12 0.37
HSL 311.22º 0.5% 0.42% -
HSV(B) 311.22º 0.67% 0.63% -
XYZ 20.5 11.91 26.03 -
YUV 94.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 160 53 140 0 0.67 0.12 0.37 311.22 0.5 0.42
Hex A0 35 8C 0 43 C 25 137 32 2A
Octal 240 65 214 0 103 14 45 467 62 52
Binary 10100000 110101 10001100 0 1000011 1100 100101 100110111 110010 101010

Color Harmonies of #A0358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0358C

Black with #A0358C

Text Example


Text Example

White with #A0358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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