Html Css Color HEX #A8367C Medium Red Violet

📋 copy color: '#A8367C'

red 168 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #A8367C

Tints of Medium Red Violet #A8367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 48.55%
G = 15.61%
B = 35.84%

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

#A8367C (or 0xA8367C) is known color: Medium Red Violet. HEX triplet: A8, 36 and 7C. RGB value is (168,54,124). Sum of RGB (Red+Green+Blue) = 168+54+124=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8367C is #57C983. Grayscale: #5F5F5F. Windows color (decimal): -5753220 or 8140456. OLE color: 8140456.

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

Color convert

RGB 168 54 124 -
CMYK 0 0.68 0.26 0.34
HSL 323.16º 0.51% 0.44% -
HSV(B) 323.16º 0.68% 0.66% -
XYZ 21.11 12.42 20.35 -
YUV 96.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 168 54 124 0 0.68 0.26 0.34 323.16 0.51 0.44
Hex A8 36 7C 0 44 1A 22 143 33 2C
Octal 250 66 174 0 104 32 42 503 63 54
Binary 10101000 110110 1111100 0 1000100 11010 100010 101000011 110011 101100

Color Harmonies of #A8367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8367C

Black with #A8367C

Text Example


Text Example

White with #A8367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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