Html Css Color HEX #A8377F Medium Red Violet

📋 copy color: '#A8377F'

red 168 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #A8377F

Tints of Medium Red Violet #A8377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 48%
G = 15.71%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8377F (or 0xA8377F) is known color: Medium Red Violet. HEX triplet: A8, 37 and 7F. RGB value is (168,55,127). Sum of RGB (Red+Green+Blue) = 168+55+127=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8377F is #57C880. Grayscale: #606060. Windows color (decimal): -5752961 or 8337320. OLE color: 8337320.

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

Color convert

RGB 168 55 127 -
CMYK 0 0.67 0.24 0.34
HSL 321.77º 0.51% 0.44% -
HSV(B) 321.77º 0.67% 0.66% -
XYZ 21.35 12.59 21.38 -
YUV 97 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 168 55 127 0 0.67 0.24 0.34 321.77 0.51 0.44
Hex A8 37 7F 0 43 18 22 142 33 2C
Octal 250 67 177 0 103 30 42 502 63 54
Binary 10101000 110111 1111111 0 1000011 11000 100010 101000010 110011 101100

Color Harmonies of #A8377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8377F

Black with #A8377F

Text Example


Text Example

White with #A8377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8377F; }

 p { color: rgb(168,55,127); }

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

background-color css

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

 a { background-color: rgb(168,55,127); }

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

border-color css

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

 span { border-color: rgb(168,55,127); }

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