Html Css Color HEX #A8347A Medium Red Violet

📋 copy color: '#A8347A'

red 168 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #A8347A

Tints of Medium Red Violet #A8347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 49.12%
G = 15.2%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8347A (or 0xA8347A) is known color: Medium Red Violet. HEX triplet: A8, 34 and 7A. RGB value is (168,52,122). Sum of RGB (Red+Green+Blue) = 168+52+122=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8347A is #57CB85. Grayscale: #5E5E5E. Windows color (decimal): -5753734 or 8008872. OLE color: 8008872.

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

Color convert

RGB 168 52 122 -
CMYK 0 0.69 0.27 0.34
HSL 323.79º 0.53% 0.43% -
HSV(B) 323.79º 0.69% 0.66% -
XYZ 20.89 12.19 19.66 -
YUV 94.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 168 52 122 0 0.69 0.27 0.34 323.79 0.53 0.43
Hex A8 34 7A 0 45 1B 22 144 35 2B
Octal 250 64 172 0 105 33 42 504 65 53
Binary 10101000 110100 1111010 0 1000101 11011 100010 101000100 110101 101011

Color Harmonies of #A8347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8347A

Black with #A8347A

Text Example


Text Example

White with #A8347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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