Html Css Color HEX #A8349E Medium Red Violet

📋 copy color: '#A8349E'

red 168 ◦ green 52 ◦ blue 158

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

Shades of Medium Red Violet #A8349E

Tints of Medium Red Violet #A8349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 44.44%
G = 13.76%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8349E (or 0xA8349E) is known color: Medium Red Violet. HEX triplet: A8, 34 and 9E. RGB value is (168,52,158). Sum of RGB (Red+Green+Blue) = 168+52+158=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8349E is #57CB61. Grayscale: #626262. Windows color (decimal): -5753698 or 10368168. OLE color: 10368168.

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

Color convert

RGB 168 52 158 -
CMYK 0 0.69 0.06 0.34
HSL 305.17º 0.53% 0.43% -
HSV(B) 305.17º 0.69% 0.66% -
XYZ 23.55 13.25 33.66 -
YUV 98.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 168 52 158 0 0.69 0.06 0.34 305.17 0.53 0.43
Hex A8 34 9E 0 45 6 22 131 35 2B
Octal 250 64 236 0 105 6 42 461 65 53
Binary 10101000 110100 10011110 0 1000101 110 100010 100110001 110101 101011

Color Harmonies of #A8349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8349E

Black with #A8349E

Text Example


Text Example

White with #A8349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8349E; }

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

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

background-color css

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

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

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

border-color css

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

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

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