Html Css Color HEX #A03693 Medium Red Violet

📋 copy color: '#A03693'

red 160 ◦ green 54 ◦ blue 147

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

Shades of Medium Red Violet #A03693

Tints of Medium Red Violet #A03693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 44.32%
G = 14.96%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A03693 (or 0xA03693) is known color: Medium Red Violet. HEX triplet: A0, 36 and 93. RGB value is (160,54,147). Sum of RGB (Red+Green+Blue) = 160+54+147=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03693 is #5FC96C. Grayscale: #606060. Windows color (decimal): -6277485 or 9647776. OLE color: 9647776.

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

Color convert

RGB 160 54 147 -
CMYK 0 0.66 0.08 0.37
HSL 307.36º 0.5% 0.42% -
HSV(B) 307.36º 0.66% 0.63% -
XYZ 21.08 12.22 28.85 -
YUV 96.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 160 54 147 0 0.66 0.08 0.37 307.36 0.5 0.42
Hex A0 36 93 0 42 8 25 133 32 2A
Octal 240 66 223 0 102 10 45 463 62 52
Binary 10100000 110110 10010011 0 1000010 1000 100101 100110011 110010 101010

Color Harmonies of #A03693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03693

Black with #A03693

Text Example


Text Example

White with #A03693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03693; }

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

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

background-color css

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

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

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

border-color css

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

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

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