Html Css Color HEX #A03692 Medium Red Violet

📋 copy color: '#A03692'

red 160 ◦ green 54 ◦ blue 146

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

Shades of Medium Red Violet #A03692

Tints of Medium Red Violet #A03692

RGB

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

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

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

R = 44.44%
G = 15%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A03692 (or 0xA03692) is known color: Medium Red Violet. HEX triplet: A0, 36 and 92. RGB value is (160,54,146). Sum of RGB (Red+Green+Blue) = 160+54+146=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03692 is #5FC96D. Grayscale: #5F5F5F. Windows color (decimal): -6277486 or 9582240. OLE color: 9582240.

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

Color convert

RGB 160 54 146 -
CMYK 0 0.66 0.09 0.37
HSL 307.92º 0.5% 0.42% -
HSV(B) 307.92º 0.66% 0.63% -
XYZ 21 12.19 28.44 -
YUV 96.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 160 54 146 0 0.66 0.09 0.37 307.92 0.5 0.42
Hex A0 36 92 0 42 9 25 134 32 2A
Octal 240 66 222 0 102 11 45 464 62 52
Binary 10100000 110110 10010010 0 1000010 1001 100101 100110100 110010 101010

Color Harmonies of #A03692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03692

Black with #A03692

Text Example


Text Example

White with #A03692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03692; }

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

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

background-color css

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

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

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

border-color css

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

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

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