Html Css Color HEX #A8257B Medium Red Violet

📋 copy color: '#A8257B'

red 168 ◦ green 37 ◦ blue 123

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

Shades of Medium Red Violet #A8257B

Tints of Medium Red Violet #A8257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 51.22%
G = 11.28%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A8257B (or 0xA8257B) is known color: Medium Red Violet. HEX triplet: A8, 25 and 7B. RGB value is (168,37,123). Sum of RGB (Red+Green+Blue) = 168+37+123=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8257B is #57DA84. Grayscale: #555555. Windows color (decimal): -5757573 or 8070568. OLE color: 8070568.

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

Color convert

RGB 168 37 123 -
CMYK 0 0.78 0.27 0.34
HSL 320.61º 0.64% 0.4% -
HSV(B) 320.61º 0.78% 0.66% -
XYZ 20.39 11.08 19.8 -
YUV 85.97 148.9 186.51 -
System Red Green Blue C M Y K H S L
Decimal 168 37 123 0 0.78 0.27 0.34 320.61 0.64 0.4
Hex A8 25 7B 0 4E 1B 22 141 40 28
Octal 250 45 173 0 116 33 42 501 100 50
Binary 10101000 100101 1111011 0 1001110 11011 100010 101000001 1000000 101000

Color Harmonies of #A8257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8257B

Black with #A8257B

Text Example


Text Example

White with #A8257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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