Html Css Color HEX #A0338E Medium Red Violet

📋 copy color: '#A0338E'

red 160 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #A0338E

Tints of Medium Red Violet #A0338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.45%

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

R = 45.33%
G = 14.45%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0338E (or 0xA0338E) is known color: Medium Red Violet. HEX triplet: A0, 33 and 8E. RGB value is (160,51,142). Sum of RGB (Red+Green+Blue) = 160+51+142=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0338E is #5FCC71. Grayscale: #5D5D5D. Windows color (decimal): -6278258 or 9319328. OLE color: 9319328.

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

Color convert

RGB 160 51 142 -
CMYK 0 0.68 0.11 0.37
HSL 309.91º 0.52% 0.41% -
HSV(B) 309.91º 0.68% 0.63% -
XYZ 20.56 11.79 26.78 -
YUV 93.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 160 51 142 0 0.68 0.11 0.37 309.91 0.52 0.41
Hex A0 33 8E 0 44 B 25 136 34 29
Octal 240 63 216 0 104 13 45 466 64 51
Binary 10100000 110011 10001110 0 1000100 1011 100101 100110110 110100 101001

Color Harmonies of #A0338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0338E

Black with #A0338E

Text Example


Text Example

White with #A0338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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