Html Css Color HEX #A0337B Medium Red Violet

📋 copy color: '#A0337B'

red 160 ◦ green 51 ◦ blue 123

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

Shades of Medium Red Violet #A0337B

Tints of Medium Red Violet #A0337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 47.9%
G = 15.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0337B (or 0xA0337B) is known color: Medium Red Violet. HEX triplet: A0, 33 and 7B. RGB value is (160,51,123). Sum of RGB (Red+Green+Blue) = 160+51+123=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0337B is #5FCC84. Grayscale: #5B5B5B. Windows color (decimal): -6278277 or 8074144. OLE color: 8074144.

HSL color Cylindrical-coordinate representation of color #A0337B: hue angle of 320.37º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0337B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 123 -
CMYK 0 0.68 0.23 0.37
HSL 320.37º 0.52% 0.41% -
HSV(B) 320.37º 0.68% 0.63% -
XYZ 19.26 11.27 19.9 -
YUV 91.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 160 51 123 0 0.68 0.23 0.37 320.37 0.52 0.41
Hex A0 33 7B 0 44 17 25 140 34 29
Octal 240 63 173 0 104 27 45 500 64 51
Binary 10100000 110011 1111011 0 1000100 10111 100101 101000000 110100 101001

Color Harmonies of #A0337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0337B

Black with #A0337B

Text Example


Text Example

White with #A0337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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