Html Css Color HEX #A8278B Medium Red Violet

📋 copy color: '#A8278B'

red 168 ◦ green 39 ◦ blue 139

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

Shades of Medium Red Violet #A8278B

Tints of Medium Red Violet #A8278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.17%

R = 48.55%
G = 11.27%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8278B (or 0xA8278B) is known color: Medium Red Violet. HEX triplet: A8, 27 and 8B. RGB value is (168,39,139). Sum of RGB (Red+Green+Blue) = 168+39+139=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8278B is #57D874. Grayscale: #585858. Windows color (decimal): -5757045 or 9119656. OLE color: 9119656.

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

Color convert

RGB 168 39 139 -
CMYK 0 0.77 0.17 0.34
HSL 313.49º 0.62% 0.41% -
HSV(B) 313.49º 0.77% 0.66% -
XYZ 21.53 11.64 25.54 -
YUV 88.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 168 39 139 0 0.77 0.17 0.34 313.49 0.62 0.41
Hex A8 27 8B 0 4D 11 22 139 3E 29
Octal 250 47 213 0 115 21 42 471 76 51
Binary 10101000 100111 10001011 0 1001101 10001 100010 100111001 111110 101001

Color Harmonies of #A8278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8278B

Black with #A8278B

Text Example


Text Example

White with #A8278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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