Html Css Color HEX #A8348D Medium Red Violet

📋 copy color: '#A8348D'

red 168 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #A8348D

Tints of Medium Red Violet #A8348D

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 46.54%
G = 14.4%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8348D (or 0xA8348D) is known color: Medium Red Violet. HEX triplet: A8, 34 and 8D. RGB value is (168,52,141). Sum of RGB (Red+Green+Blue) = 168+52+141=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8348D is #57CB72. Grayscale: #606060. Windows color (decimal): -5753715 or 9254056. OLE color: 9254056.

HSL color Cylindrical-coordinate representation of color #A8348D: hue angle of 313.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8348D is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 141 -
CMYK 0 0.69 0.16 0.34
HSL 313.97º 0.53% 0.43% -
HSV(B) 313.97º 0.69% 0.66% -
XYZ 22.18 12.7 26.48 -
YUV 96.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 168 52 141 0 0.69 0.16 0.34 313.97 0.53 0.43
Hex A8 34 8D 0 45 10 22 13A 35 2B
Octal 250 64 215 0 105 20 42 472 65 53
Binary 10101000 110100 10001101 0 1000101 10000 100010 100111010 110101 101011

Color Harmonies of #A8348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8348D

Black with #A8348D

Text Example


Text Example

White with #A8348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8348D; }

 p { color: rgb(168,52,141); }

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

background-color css

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

 a { background-color: rgb(168,52,141); }

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

border-color css

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

 span { border-color: rgb(168,52,141); }

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