Html Css Color HEX #A8257D Medium Red Violet

📋 copy color: '#A8257D'

red 168 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #A8257D

Tints of Medium Red Violet #A8257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 50.91%
G = 11.21%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8257D (or 0xA8257D) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7D. RGB value is (168,37,125). Sum of RGB (Red+Green+Blue) = 168+37+125=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257D is #57DA82. Grayscale: #555555. Windows color (decimal): -5757571 or 8201640. OLE color: 8201640.

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

Color convert

RGB 168 37 125 -
CMYK 0 0.78 0.26 0.34
HSL 319.69º 0.64% 0.4% -
HSV(B) 319.69º 0.78% 0.66% -
XYZ 20.51 11.13 20.47 -
YUV 86.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 168 37 125 0 0.78 0.26 0.34 319.69 0.64 0.4
Hex A8 25 7D 0 4E 1A 22 140 40 28
Octal 250 45 175 0 116 32 42 500 100 50
Binary 10101000 100101 1111101 0 1001110 11010 100010 101000000 1000000 101000

Color Harmonies of #A8257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8257D

Black with #A8257D

Text Example


Text Example

White with #A8257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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