Html Css Color HEX #A8278F Medium Red Violet

📋 copy color: '#A8278F'

red 168 ◦ green 39 ◦ blue 143

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

Shades of Medium Red Violet #A8278F

Tints of Medium Red Violet #A8278F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 48%
G = 11.14%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8278F (or 0xA8278F) is known color: Medium Red Violet. HEX triplet: A8, 27 and 8F. RGB value is (168,39,143). Sum of RGB (Red+Green+Blue) = 168+39+143=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8278F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8278F is #57D870. Grayscale: #595959. Windows color (decimal): -5757041 or 9381800. OLE color: 9381800.

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

Color convert

RGB 168 39 143 -
CMYK 0 0.77 0.15 0.34
HSL 311.63º 0.62% 0.41% -
HSV(B) 311.63º 0.77% 0.66% -
XYZ 21.83 11.76 27.11 -
YUV 89.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 168 39 143 0 0.77 0.15 0.34 311.63 0.62 0.41
Hex A8 27 8F 0 4D F 22 138 3E 29
Octal 250 47 217 0 115 17 42 470 76 51
Binary 10101000 100111 10001111 0 1001101 1111 100010 100111000 111110 101001

Color Harmonies of #A8278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8278F

Black with #A8278F

Text Example


Text Example

White with #A8278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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