Html Css Color HEX #A8258B Medium Red Violet

📋 copy color: '#A8258B'

red 168 ◦ green 37 ◦ blue 139

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

Shades of Medium Red Violet #A8258B

Tints of Medium Red Violet #A8258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 48.84%
G = 10.76%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8258B (or 0xA8258B) is known color: Medium Red Violet. HEX triplet: A8, 25 and 8B. RGB value is (168,37,139). Sum of RGB (Red+Green+Blue) = 168+37+139=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8258B is #57DA74. Grayscale: #575757. Windows color (decimal): -5757557 or 9119144. OLE color: 9119144.

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

Color convert

RGB 168 37 139 -
CMYK 0 0.78 0.17 0.34
HSL 313.28º 0.64% 0.4% -
HSV(B) 313.28º 0.78% 0.66% -
XYZ 21.47 11.51 25.52 -
YUV 87.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 168 37 139 0 0.78 0.17 0.34 313.28 0.64 0.4
Hex A8 25 8B 0 4E 11 22 139 40 28
Octal 250 45 213 0 116 21 42 471 100 50
Binary 10101000 100101 10001011 0 1001110 10001 100010 100111001 1000000 101000

Color Harmonies of #A8258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8258B

Black with #A8258B

Text Example


Text Example

White with #A8258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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