Html Css Color HEX #A8468B Medium Red Violet

📋 copy color: '#A8468B'

red 168 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #A8468B

Tints of Medium Red Violet #A8468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 44.56%
G = 18.57%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8468B (or 0xA8468B) is known color: Medium Red Violet. HEX triplet: A8, 46 and 8B. RGB value is (168,70,139). Sum of RGB (Red+Green+Blue) = 168+70+139=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8468B is #57B974. Grayscale: #6A6A6A. Windows color (decimal): -5749109 or 9127592. OLE color: 9127592.

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

Color convert

RGB 168 70 139 -
CMYK 0 0.58 0.17 0.34
HSL 317.76º 0.41% 0.47% -
HSV(B) 317.76º 0.58% 0.66% -
XYZ 23 14.57 26.03 -
YUV 107.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 168 70 139 0 0.58 0.17 0.34 317.76 0.41 0.47
Hex A8 46 8B 0 3A 11 22 13E 29 2F
Octal 250 106 213 0 72 21 42 476 51 57
Binary 10101000 1000110 10001011 0 111010 10001 100010 100111110 101001 101111

Color Harmonies of #A8468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8468B

Black with #A8468B

Text Example


Text Example

White with #A8468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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