Html Css Color HEX #A8279A Medium Red Violet

📋 copy color: '#A8279A'

red 168 ◦ green 39 ◦ blue 154

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

Shades of Medium Red Violet #A8279A

Tints of Medium Red Violet #A8279A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 46.54%
G = 10.8%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8279A (or 0xA8279A) is known color: Medium Red Violet. HEX triplet: A8, 27 and 9A. RGB value is (168,39,154). Sum of RGB (Red+Green+Blue) = 168+39+154=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8279A is #57D865. Grayscale: #5A5A5A. Windows color (decimal): -5757030 or 10102696. OLE color: 10102696.

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

Color convert

RGB 168 39 154 -
CMYK 0 0.77 0.08 0.34
HSL 306.51º 0.62% 0.41% -
HSV(B) 306.51º 0.77% 0.66% -
XYZ 22.71 12.11 31.71 -
YUV 90.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 168 39 154 0 0.77 0.08 0.34 306.51 0.62 0.41
Hex A8 27 9A 0 4D 8 22 133 3E 29
Octal 250 47 232 0 115 10 42 463 76 51
Binary 10101000 100111 10011010 0 1001101 1000 100010 100110011 111110 101001

Color Harmonies of #A8279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8279A

Black with #A8279A

Text Example


Text Example

White with #A8279A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8279A; }

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

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

background-color css

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

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

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

border-color css

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

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

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