Html Css Color HEX #A0308E Medium Red Violet

📋 copy color: '#A0308E'

red 160 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #A0308E

Tints of Medium Red Violet #A0308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 45.71%
G = 13.71%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0308E (or 0xA0308E) is known color: Medium Red Violet. HEX triplet: A0, 30 and 8E. RGB value is (160,48,142). Sum of RGB (Red+Green+Blue) = 160+48+142=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0308E is #5FCF71. Grayscale: #5B5B5B. Windows color (decimal): -6279026 or 9318560. OLE color: 9318560.

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

Color convert

RGB 160 48 142 -
CMYK 0 0.70 0.11 0.37
HSL 309.64º 0.54% 0.41% -
HSV(B) 309.64º 0.7% 0.63% -
XYZ 20.44 11.54 26.74 -
YUV 92.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 160 48 142 0 0.70 0.11 0.37 309.64 0.54 0.41
Hex A0 30 8E 0 46 B 25 136 36 29
Octal 240 60 216 0 106 13 45 466 66 51
Binary 10100000 110000 10001110 0 1000110 1011 100101 100110110 110110 101001

Color Harmonies of #A0308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0308E

Black with #A0308E

Text Example


Text Example

White with #A0308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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