Html Css Color HEX #A03092 Medium Red Violet

📋 copy color: '#A03092'

red 160 ◦ green 48 ◦ blue 146

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

Shades of Medium Red Violet #A03092

Tints of Medium Red Violet #A03092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 45.2%
G = 13.56%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A03092 (or 0xA03092) is known color: Medium Red Violet. HEX triplet: A0, 30 and 92. RGB value is (160,48,146). Sum of RGB (Red+Green+Blue) = 160+48+146=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A03092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03092 is #5FCF6D. Grayscale: #5C5C5C. Windows color (decimal): -6279022 or 9580704. OLE color: 9580704.

HSL color Cylindrical-coordinate representation of color #A03092: hue angle of 307.5º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03092 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 146 -
CMYK 0 0.70 0.09 0.37
HSL 307.5º 0.54% 0.41% -
HSV(B) 307.5º 0.7% 0.63% -
XYZ 20.74 11.66 28.35 -
YUV 92.66 158.11 176.03 -
System Red Green Blue C M Y K H S L
Decimal 160 48 146 0 0.70 0.09 0.37 307.5 0.54 0.41
Hex A0 30 92 0 46 9 25 134 36 29
Octal 240 60 222 0 106 11 45 464 66 51
Binary 10100000 110000 10010010 0 1000110 1001 100101 100110100 110110 101001

Color Harmonies of #A03092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03092

Black with #A03092

Text Example


Text Example

White with #A03092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03092; }

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

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

background-color css

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

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

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

border-color css

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

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

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