Html Css Color HEX #A8257E Medium Red Violet

📋 copy color: '#A8257E'

red 168 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #A8257E

Tints of Medium Red Violet #A8257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 50.76%
G = 11.18%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8257E (or 0xA8257E) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7E. RGB value is (168,37,126). Sum of RGB (Red+Green+Blue) = 168+37+126=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257E is #57DA81. Grayscale: #565656. Windows color (decimal): -5757570 or 8267176. OLE color: 8267176.

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

Color convert

RGB 168 37 126 -
CMYK 0 0.78 0.25 0.34
HSL 319.24º 0.64% 0.4% -
HSV(B) 319.24º 0.78% 0.66% -
XYZ 20.58 11.15 20.81 -
YUV 86.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 168 37 126 0 0.78 0.25 0.34 319.24 0.64 0.4
Hex A8 25 7E 0 4E 19 22 13F 40 28
Octal 250 45 176 0 116 31 42 477 100 50
Binary 10101000 100101 1111110 0 1001110 11001 100010 100111111 1000000 101000

Color Harmonies of #A8257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8257E

Black with #A8257E

Text Example


Text Example

White with #A8257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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