Html Css Color HEX #A8298F Medium Red Violet

📋 copy color: '#A8298F'

red 168 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #A8298F

Tints of Medium Red Violet #A8298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.65%

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

R = 47.73%
G = 11.65%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8298F (or 0xA8298F) is known color: Medium Red Violet. HEX triplet: A8, 29 and 8F. RGB value is (168,41,143). Sum of RGB (Red+Green+Blue) = 168+41+143=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A8298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8298F is #57D670. Grayscale: #5A5A5A. Windows color (decimal): -5756529 or 9382312. OLE color: 9382312.

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

Color convert

RGB 168 41 143 -
CMYK 0 0.76 0.15 0.34
HSL 311.81º 0.61% 0.41% -
HSV(B) 311.81º 0.76% 0.66% -
XYZ 21.9 11.89 27.13 -
YUV 90.6 157.58 183.21 -
System Red Green Blue C M Y K H S L
Decimal 168 41 143 0 0.76 0.15 0.34 311.81 0.61 0.41
Hex A8 29 8F 0 4C F 22 138 3D 29
Octal 250 51 217 0 114 17 42 470 75 51
Binary 10101000 101001 10001111 0 1001100 1111 100010 100111000 111101 101001

Color Harmonies of #A8298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8298F

Black with #A8298F

Text Example


Text Example

White with #A8298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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