Html Css Color HEX #A0357B Medium Red Violet

📋 copy color: '#A0357B'

red 160 ◦ green 53 ◦ blue 123

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

Shades of Medium Red Violet #A0357B

Tints of Medium Red Violet #A0357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 47.62%
G = 15.77%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0357B (or 0xA0357B) is known color: Medium Red Violet. HEX triplet: A0, 35 and 7B. RGB value is (160,53,123). Sum of RGB (Red+Green+Blue) = 160+53+123=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0357B is #5FCA84. Grayscale: #5C5C5C. Windows color (decimal): -6277765 or 8074656. OLE color: 8074656.

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

Color convert

RGB 160 53 123 -
CMYK 0 0.67 0.23 0.37
HSL 320.75º 0.5% 0.42% -
HSV(B) 320.75º 0.67% 0.63% -
XYZ 19.35 11.45 19.93 -
YUV 92.97 144.95 175.81 -
System Red Green Blue C M Y K H S L
Decimal 160 53 123 0 0.67 0.23 0.37 320.75 0.5 0.42
Hex A0 35 7B 0 43 17 25 141 32 2A
Octal 240 65 173 0 103 27 45 501 62 52
Binary 10100000 110101 1111011 0 1000011 10111 100101 101000001 110010 101010

Color Harmonies of #A0357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0357B

Black with #A0357B

Text Example


Text Example

White with #A0357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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