Html Css Color HEX #A8349D Medium Red Violet

📋 copy color: '#A8349D'

red 168 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #A8349D

Tints of Medium Red Violet #A8349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 44.56%
G = 13.79%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8349D (or 0xA8349D) is known color: Medium Red Violet. HEX triplet: A8, 34 and 9D. RGB value is (168,52,157). Sum of RGB (Red+Green+Blue) = 168+52+157=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8349D is #57CB62. Grayscale: #626262. Windows color (decimal): -5753699 or 10302632. OLE color: 10302632.

HSL color Cylindrical-coordinate representation of color #A8349D: hue angle of 305.69º 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 #A8349D is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 157 -
CMYK 0 0.69 0.07 0.34
HSL 305.69º 0.53% 0.43% -
HSV(B) 305.69º 0.69% 0.66% -
XYZ 23.46 13.22 33.21 -
YUV 98.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 168 52 157 0 0.69 0.07 0.34 305.69 0.53 0.43
Hex A8 34 9D 0 45 7 22 132 35 2B
Octal 250 64 235 0 105 7 42 462 65 53
Binary 10101000 110100 10011101 0 1000101 111 100010 100110010 110101 101011

Color Harmonies of #A8349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8349D

Black with #A8349D

Text Example


Text Example

White with #A8349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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