Html Css Color HEX #A8387E Medium Red Violet

📋 copy color: '#A8387E'

red 168 ◦ green 56 ◦ blue 126

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

Shades of Medium Red Violet #A8387E

Tints of Medium Red Violet #A8387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36%

R = 48%
G = 16%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8387E (or 0xA8387E) is known color: Medium Red Violet. HEX triplet: A8, 38 and 7E. RGB value is (168,56,126). Sum of RGB (Red+Green+Blue) = 168+56+126=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8387E is #57C781. Grayscale: #616161. Windows color (decimal): -5752706 or 8272040. OLE color: 8272040.

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

Color convert

RGB 168 56 126 -
CMYK 0 0.67 0.25 0.34
HSL 322.5º 0.5% 0.44% -
HSV(B) 322.5º 0.67% 0.66% -
XYZ 21.33 12.66 21.06 -
YUV 97.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 168 56 126 0 0.67 0.25 0.34 322.5 0.5 0.44
Hex A8 38 7E 0 43 19 22 142 32 2C
Octal 250 70 176 0 103 31 42 502 62 54
Binary 10101000 111000 1111110 0 1000011 11001 100010 101000010 110010 101100

Color Harmonies of #A8387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8387E

Black with #A8387E

Text Example


Text Example

White with #A8387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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