Html Css Color HEX #A8247D Medium Red Violet

📋 copy color: '#A8247D'

red 168 ◦ green 36 ◦ blue 125

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

Shades of Medium Red Violet #A8247D

Tints of Medium Red Violet #A8247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 51.06%
G = 10.94%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8247D (or 0xA8247D) is known color: Medium Red Violet. HEX triplet: A8, 24 and 7D. RGB value is (168,36,125). Sum of RGB (Red+Green+Blue) = 168+36+125=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8247D is #57DB82. Grayscale: #555555. Windows color (decimal): -5757827 or 8201384. OLE color: 8201384.

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

Color convert

RGB 168 36 125 -
CMYK 0 0.79 0.26 0.34
HSL 319.55º 0.65% 0.4% -
HSV(B) 319.55º 0.79% 0.66% -
XYZ 20.48 11.07 20.46 -
YUV 85.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 168 36 125 0 0.79 0.26 0.34 319.55 0.65 0.4
Hex A8 24 7D 0 4F 1A 22 140 41 28
Octal 250 44 175 0 117 32 42 500 101 50
Binary 10101000 100100 1111101 0 1001111 11010 100010 101000000 1000001 101000

Color Harmonies of #A8247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8247D

Black with #A8247D

Text Example


Text Example

White with #A8247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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