Html Css Color HEX #A8478A Medium Red Violet

📋 copy color: '#A8478A'

red 168 ◦ green 71 ◦ blue 138

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

Shades of Medium Red Violet #A8478A

Tints of Medium Red Violet #A8478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 44.56%
G = 18.83%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8478A (or 0xA8478A) is known color: Medium Red Violet. HEX triplet: A8, 47 and 8A. RGB value is (168,71,138). Sum of RGB (Red+Green+Blue) = 168+71+138=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8478A is #57B875. Grayscale: #6B6B6B. Windows color (decimal): -5748854 or 9062312. OLE color: 9062312.

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

Color convert

RGB 168 71 138 -
CMYK 0 0.58 0.18 0.34
HSL 318.56º 0.41% 0.47% -
HSV(B) 318.56º 0.58% 0.66% -
XYZ 22.99 14.67 25.66 -
YUV 107.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 168 71 138 0 0.58 0.18 0.34 318.56 0.41 0.47
Hex A8 47 8A 0 3A 12 22 13F 29 2F
Octal 250 107 212 0 72 22 42 477 51 57
Binary 10101000 1000111 10001010 0 111010 10010 100010 100111111 101001 101111

Color Harmonies of #A8478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8478A

Black with #A8478A

Text Example


Text Example

White with #A8478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8478A; }

 p { color: rgb(168,71,138); }

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

background-color css

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

 a { background-color: rgb(168,71,138); }

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

border-color css

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

 span { border-color: rgb(168,71,138); }

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