Html Css Color HEX #A8258D Medium Red Violet

📋 copy color: '#A8258D'

red 168 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #A8258D

Tints of Medium Red Violet #A8258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 48.55%
G = 10.69%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8258D (or 0xA8258D) is known color: Medium Red Violet. HEX triplet: A8, 25 and 8D. RGB value is (168,37,141). Sum of RGB (Red+Green+Blue) = 168+37+141=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8258D is #57DA72. Grayscale: #575757. Windows color (decimal): -5757555 or 9250216. OLE color: 9250216.

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

Color convert

RGB 168 37 141 -
CMYK 0 0.78 0.16 0.34
HSL 312.37º 0.64% 0.4% -
HSV(B) 312.37º 0.78% 0.66% -
XYZ 21.62 11.57 26.29 -
YUV 88.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 168 37 141 0 0.78 0.16 0.34 312.37 0.64 0.4
Hex A8 25 8D 0 4E 10 22 138 40 28
Octal 250 45 215 0 116 20 42 470 100 50
Binary 10101000 100101 10001101 0 1001110 10000 100010 100111000 1000000 101000

Color Harmonies of #A8258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8258D

Black with #A8258D

Text Example


Text Example

White with #A8258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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