Html Css Color HEX #A0338F Medium Red Violet

📋 copy color: '#A0338F'

red 160 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #A0338F

Tints of Medium Red Violet #A0338F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 45.2%
G = 14.41%
B = 40.4%

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

#A0338F (or 0xA0338F) is known color: Medium Red Violet. HEX triplet: A0, 33 and 8F. RGB value is (160,51,143). Sum of RGB (Red+Green+Blue) = 160+51+143=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0338F is #5FCC70. Grayscale: #5D5D5D. Windows color (decimal): -6278257 or 9384864. OLE color: 9384864.

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

Color convert

RGB 160 51 143 -
CMYK 0 0.68 0.11 0.37
HSL 309.36º 0.52% 0.41% -
HSV(B) 309.36º 0.68% 0.63% -
XYZ 20.64 11.82 27.18 -
YUV 94.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 160 51 143 0 0.68 0.11 0.37 309.36 0.52 0.41
Hex A0 33 8F 0 44 B 25 135 34 29
Octal 240 63 217 0 104 13 45 465 64 51
Binary 10100000 110011 10001111 0 1000100 1011 100101 100110101 110100 101001

Color Harmonies of #A0338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0338F

Black with #A0338F

Text Example


Text Example

White with #A0338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0338F; }

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

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

background-color css

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

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

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

border-color css

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

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

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