Html Css Color HEX #A03690 Medium Red Violet

📋 copy color: '#A03690'

red 160 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #A03690

Tints of Medium Red Violet #A03690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.22%

R = 44.69%
G = 15.08%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A03690 (or 0xA03690) is known color: Medium Red Violet. HEX triplet: A0, 36 and 90. RGB value is (160,54,144). Sum of RGB (Red+Green+Blue) = 160+54+144=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A03690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03690 is #5FC96F. Grayscale: #5F5F5F. Windows color (decimal): -6277488 or 9451168. OLE color: 9451168.

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

Color convert

RGB 160 54 144 -
CMYK 0 0.66 0.1 0.37
HSL 309.06º 0.5% 0.42% -
HSV(B) 309.06º 0.66% 0.63% -
XYZ 20.85 12.13 27.63 -
YUV 95.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 160 54 144 0 0.66 0.1 0.37 309.06 0.5 0.42
Hex A0 36 90 0 42 A 25 135 32 2A
Octal 240 66 220 0 102 12 45 465 62 52
Binary 10100000 110110 10010000 0 1000010 1010 100101 100110101 110010 101010

Color Harmonies of #A03690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03690

Black with #A03690

Text Example


Text Example

White with #A03690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03690; }

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

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

background-color css

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

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

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

border-color css

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

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

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