Html Css Color HEX #A0367B Medium Red Violet

📋 copy color: '#A0367B'

red 160 ◦ green 54 ◦ blue 123

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

Shades of Medium Red Violet #A0367B

Tints of Medium Red Violet #A0367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 47.48%
G = 16.02%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0367B (or 0xA0367B) is known color: Medium Red Violet. HEX triplet: A0, 36 and 7B. RGB value is (160,54,123). Sum of RGB (Red+Green+Blue) = 160+54+123=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0367B is #5FC984. Grayscale: #5D5D5D. Windows color (decimal): -6277509 or 8074912. OLE color: 8074912.

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

Color convert

RGB 160 54 123 -
CMYK 0 0.66 0.23 0.37
HSL 320.94º 0.5% 0.42% -
HSV(B) 320.94º 0.66% 0.63% -
XYZ 19.39 11.54 19.94 -
YUV 93.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 160 54 123 0 0.66 0.23 0.37 320.94 0.5 0.42
Hex A0 36 7B 0 42 17 25 141 32 2A
Octal 240 66 173 0 102 27 45 501 62 52
Binary 10100000 110110 1111011 0 1000010 10111 100101 101000001 110010 101010

Color Harmonies of #A0367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0367B

Black with #A0367B

Text Example


Text Example

White with #A0367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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