Html Css Color HEX #A8277C Medium Red Violet

📋 copy color: '#A8277C'

red 168 ◦ green 39 ◦ blue 124

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

Shades of Medium Red Violet #A8277C

Tints of Medium Red Violet #A8277C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

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

R = 50.76%
G = 11.78%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8277C (or 0xA8277C) is known color: Medium Red Violet. HEX triplet: A8, 27 and 7C. RGB value is (168,39,124). Sum of RGB (Red+Green+Blue) = 168+39+124=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8277C is #57D883. Grayscale: #575757. Windows color (decimal): -5757060 or 8136616. OLE color: 8136616.

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

Color convert

RGB 168 39 124 -
CMYK 0 0.77 0.26 0.34
HSL 320.47º 0.62% 0.41% -
HSV(B) 320.47º 0.77% 0.66% -
XYZ 20.51 11.23 20.16 -
YUV 87.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 168 39 124 0 0.77 0.26 0.34 320.47 0.62 0.41
Hex A8 27 7C 0 4D 1A 22 140 3E 29
Octal 250 47 174 0 115 32 42 500 76 51
Binary 10101000 100111 1111100 0 1001101 11010 100010 101000000 111110 101001

Color Harmonies of #A8277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8277C

Black with #A8277C

Text Example


Text Example

White with #A8277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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