Html Css Color HEX #A8367D Medium Red Violet

📋 copy color: '#A8367D'

red 168 ◦ green 54 ◦ blue 125

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

Shades of Medium Red Violet #A8367D

Tints of Medium Red Violet #A8367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 48.41%
G = 15.56%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8367D (or 0xA8367D) is known color: Medium Red Violet. HEX triplet: A8, 36 and 7D. RGB value is (168,54,125). Sum of RGB (Red+Green+Blue) = 168+54+125=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8367D is #57C982. Grayscale: #606060. Windows color (decimal): -5753219 or 8205992. OLE color: 8205992.

HSL color Cylindrical-coordinate representation of color #A8367D: hue angle of 322.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8367D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 54 125 -
CMYK 0 0.68 0.26 0.34
HSL 322.63º 0.51% 0.44% -
HSV(B) 322.63º 0.68% 0.66% -
XYZ 21.17 12.44 20.69 -
YUV 96.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 168 54 125 0 0.68 0.26 0.34 322.63 0.51 0.44
Hex A8 36 7D 0 44 1A 22 143 33 2C
Octal 250 66 175 0 104 32 42 503 63 54
Binary 10101000 110110 1111101 0 1000100 11010 100010 101000011 110011 101100

Color Harmonies of #A8367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8367D

Black with #A8367D

Text Example


Text Example

White with #A8367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8367D; }

 p { color: rgb(168,54,125); }

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

background-color css

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

 a { background-color: rgb(168,54,125); }

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

border-color css

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

 span { border-color: rgb(168,54,125); }

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