Html Css Color HEX #A8259E Medium Red Violet

📋 copy color: '#A8259E'

red 168 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #A8259E

Tints of Medium Red Violet #A8259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 46.28%
G = 10.19%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8259E (or 0xA8259E) is known color: Medium Red Violet. HEX triplet: A8, 25 and 9E. RGB value is (168,37,158). Sum of RGB (Red+Green+Blue) = 168+37+158=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8259E is #57DA61. Grayscale: #595959. Windows color (decimal): -5757538 or 10364328. OLE color: 10364328.

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

Color convert

RGB 168 37 158 -
CMYK 0 0.78 0.06 0.34
HSL 304.58º 0.64% 0.4% -
HSV(B) 304.58º 0.78% 0.66% -
XYZ 22.98 12.12 33.48 -
YUV 89.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 168 37 158 0 0.78 0.06 0.34 304.58 0.64 0.4
Hex A8 25 9E 0 4E 6 22 131 40 28
Octal 250 45 236 0 116 6 42 461 100 50
Binary 10101000 100101 10011110 0 1001110 110 100010 100110001 1000000 101000

Color Harmonies of #A8259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8259E

Black with #A8259E

Text Example


Text Example

White with #A8259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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