Html Css Color HEX #A8249F Medium Red Violet

📋 copy color: '#A8249F'

red 168 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #A8249F

Tints of Medium Red Violet #A8249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 46.28%
G = 9.92%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#A8249F (or 0xA8249F) is known color: Medium Red Violet. HEX triplet: A8, 24 and 9F. RGB value is (168,36,159). Sum of RGB (Red+Green+Blue) = 168+36+159=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8249F is #57DB60. Grayscale: #595959. Windows color (decimal): -5757793 or 10429608. OLE color: 10429608.

HSL color Cylindrical-coordinate representation of color #A8249F: hue angle of 304.09º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8249F is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 159 -
CMYK 0 0.79 0.05 0.34
HSL 304.09º 0.65% 0.4% -
HSV(B) 304.09º 0.79% 0.66% -
XYZ 23.04 12.09 33.92 -
YUV 89.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 168 36 159 0 0.79 0.05 0.34 304.09 0.65 0.4
Hex A8 24 9F 0 4F 5 22 130 41 28
Octal 250 44 237 0 117 5 42 460 101 50
Binary 10101000 100100 10011111 0 1001111 101 100010 100110000 1000001 101000

Color Harmonies of #A8249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8249F

Black with #A8249F

Text Example


Text Example

White with #A8249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8249F; }

 p { color: rgb(168,36,159); }

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

background-color css

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

 a { background-color: rgb(168,36,159); }

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

border-color css

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

 span { border-color: rgb(168,36,159); }

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