Html Css Color HEX #A8468F Medium Red Violet

📋 copy color: '#A8468F'

red 168 ◦ green 70 ◦ blue 143

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

Shades of Medium Red Violet #A8468F

Tints of Medium Red Violet #A8468F

RGB

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

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

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

R = 44.09%
G = 18.37%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8468F (or 0xA8468F) is known color: Medium Red Violet. HEX triplet: A8, 46 and 8F. RGB value is (168,70,143). Sum of RGB (Red+Green+Blue) = 168+70+143=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8468F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8468F is #57B970. Grayscale: #6B6B6B. Windows color (decimal): -5749105 or 9389736. OLE color: 9389736.

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

Color convert

RGB 168 70 143 -
CMYK 0 0.58 0.15 0.34
HSL 315.31º 0.41% 0.47% -
HSV(B) 315.31º 0.58% 0.66% -
XYZ 23.3 14.69 27.59 -
YUV 107.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 168 70 143 0 0.58 0.15 0.34 315.31 0.41 0.47
Hex A8 46 8F 0 3A F 22 13B 29 2F
Octal 250 106 217 0 72 17 42 473 51 57
Binary 10101000 1000110 10001111 0 111010 1111 100010 100111011 101001 101111

Color Harmonies of #A8468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8468F

Black with #A8468F

Text Example


Text Example

White with #A8468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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