Html Css Color HEX #A0348C Medium Red Violet

📋 copy color: '#A0348C'

red 160 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #A0348C

Tints of Medium Red Violet #A0348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 45.45%
G = 14.77%
B = 39.77%

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

#A0348C (or 0xA0348C) is known color: Medium Red Violet. HEX triplet: A0, 34 and 8C. RGB value is (160,52,140). Sum of RGB (Red+Green+Blue) = 160+52+140=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0348C is #5FCB73. Grayscale: #5E5E5E. Windows color (decimal): -6278004 or 9188512. OLE color: 9188512.

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

Color convert

RGB 160 52 140 -
CMYK 0 0.68 0.12 0.37
HSL 311.11º 0.51% 0.42% -
HSV(B) 311.11º 0.68% 0.63% -
XYZ 20.46 11.82 26.01 -
YUV 94.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 160 52 140 0 0.68 0.12 0.37 311.11 0.51 0.42
Hex A0 34 8C 0 44 C 25 137 33 2A
Octal 240 64 214 0 104 14 45 467 63 52
Binary 10100000 110100 10001100 0 1000100 1100 100101 100110111 110011 101010

Color Harmonies of #A0348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0348C

Black with #A0348C

Text Example


Text Example

White with #A0348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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