Html Css Color HEX #A8177E Medium Violet Red

📋 copy color: '#A8177E'

red 168 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #A8177E

Tints of Medium Violet Red #A8177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 53%
G = 7.26%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8177E (or 0xA8177E) is known color: Medium Violet Red. HEX triplet: A8, 17 and 7E. RGB value is (168,23,126). Sum of RGB (Red+Green+Blue) = 168+23+126=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8177E is #57E881. Grayscale: #4D4D4D. Windows color (decimal): -5761154 or 8263592. OLE color: 8263592.

HSL color Cylindrical-coordinate representation of color #A8177E: hue angle of 317.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8177E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 126 -
CMYK 0 0.86 0.25 0.34
HSL 317.38º 0.76% 0.37% -
HSV(B) 317.38º 0.86% 0.66% -
XYZ 20.22 10.44 20.69 -
YUV 78.1 155.04 192.12 -
System Red Green Blue C M Y K H S L
Decimal 168 23 126 0 0.86 0.25 0.34 317.38 0.76 0.37
Hex A8 17 7E 0 56 19 22 13D 4C 25
Octal 250 27 176 0 126 31 42 475 114 45
Binary 10101000 10111 1111110 0 1010110 11001 100010 100111101 1001100 100101

Color Harmonies of #A8177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8177E

Black with #A8177E

Text Example


Text Example

White with #A8177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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