Html Css Color HEX #A8387C Medium Red Violet

📋 copy color: '#A8387C'

red 168 ◦ green 56 ◦ blue 124

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

Shades of Medium Red Violet #A8387C

Tints of Medium Red Violet #A8387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 48.28%
G = 16.09%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8387C (or 0xA8387C) is known color: Medium Red Violet. HEX triplet: A8, 38 and 7C. RGB value is (168,56,124). Sum of RGB (Red+Green+Blue) = 168+56+124=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8387C is #57C783. Grayscale: #616161. Windows color (decimal): -5752708 or 8140968. OLE color: 8140968.

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

Color convert

RGB 168 56 124 -
CMYK 0 0.67 0.26 0.34
HSL 323.57º 0.5% 0.44% -
HSV(B) 323.57º 0.67% 0.66% -
XYZ 21.2 12.61 20.39 -
YUV 97.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 168 56 124 0 0.67 0.26 0.34 323.57 0.5 0.44
Hex A8 38 7C 0 43 1A 22 144 32 2C
Octal 250 70 174 0 103 32 42 504 62 54
Binary 10101000 111000 1111100 0 1000011 11010 100010 101000100 110010 101100

Color Harmonies of #A8387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8387C

Black with #A8387C

Text Example


Text Example

White with #A8387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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