Html Css Color HEX #A03492 Medium Red Violet

📋 copy color: '#A03492'

red 160 ◦ green 52 ◦ blue 146

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

Shades of Medium Red Violet #A03492

Tints of Medium Red Violet #A03492

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 44.69%
G = 14.53%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A03492 (or 0xA03492) is known color: Medium Red Violet. HEX triplet: A0, 34 and 92. RGB value is (160,52,146). Sum of RGB (Red+Green+Blue) = 160+52+146=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A03492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03492 is #5FCB6D. Grayscale: #5E5E5E. Windows color (decimal): -6277998 or 9581728. OLE color: 9581728.

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

Color convert

RGB 160 52 146 -
CMYK 0 0.68 0.09 0.37
HSL 307.78º 0.51% 0.42% -
HSV(B) 307.78º 0.68% 0.63% -
XYZ 20.91 12 28.41 -
YUV 95.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 160 52 146 0 0.68 0.09 0.37 307.78 0.51 0.42
Hex A0 34 92 0 44 9 25 134 33 2A
Octal 240 64 222 0 104 11 45 464 63 52
Binary 10100000 110100 10010010 0 1000100 1001 100101 100110100 110011 101010

Color Harmonies of #A03492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03492

Black with #A03492

Text Example


Text Example

White with #A03492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03492; }

 p { color: rgb(160,52,146); }

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

background-color css

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

 a { background-color: rgb(160,52,146); }

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

border-color css

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

 span { border-color: rgb(160,52,146); }

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