Html Css Color HEX #A0338C Medium Red Violet

📋 copy color: '#A0338C'

red 160 ◦ green 51 ◦ blue 140

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

Shades of Medium Red Violet #A0338C

Tints of Medium Red Violet #A0338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 45.58%
G = 14.53%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0338C (or 0xA0338C) is known color: Medium Red Violet. HEX triplet: A0, 33 and 8C. RGB value is (160,51,140). Sum of RGB (Red+Green+Blue) = 160+51+140=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0338C is #5FCC73. Grayscale: #5D5D5D. Windows color (decimal): -6278260 or 9188256. OLE color: 9188256.

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

Color convert

RGB 160 51 140 -
CMYK 0 0.68 0.12 0.37
HSL 311.01º 0.52% 0.41% -
HSV(B) 311.01º 0.68% 0.63% -
XYZ 20.41 11.73 26 -
YUV 93.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 160 51 140 0 0.68 0.12 0.37 311.01 0.52 0.41
Hex A0 33 8C 0 44 C 25 137 34 29
Octal 240 63 214 0 104 14 45 467 64 51
Binary 10100000 110011 10001100 0 1000100 1100 100101 100110111 110100 101001

Color Harmonies of #A0338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0338C

Black with #A0338C

Text Example


Text Example

White with #A0338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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