Html Css Color HEX #A8249E Medium Red Violet

📋 copy color: '#A8249E'

red 168 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #A8249E

Tints of Medium Red Violet #A8249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.94%

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

R = 46.41%
G = 9.94%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8249E (or 0xA8249E) is known color: Medium Red Violet. HEX triplet: A8, 24 and 9E. RGB value is (168,36,158). Sum of RGB (Red+Green+Blue) = 168+36+158=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8249E is #57DB61. Grayscale: #595959. Windows color (decimal): -5757794 or 10364072. OLE color: 10364072.

HSL color Cylindrical-coordinate representation of color #A8249E: hue angle of 304.55º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8249E is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 158 -
CMYK 0 0.79 0.06 0.34
HSL 304.55º 0.65% 0.4% -
HSV(B) 304.55º 0.79% 0.66% -
XYZ 22.95 12.06 33.47 -
YUV 89.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 168 36 158 0 0.79 0.06 0.34 304.55 0.65 0.4
Hex A8 24 9E 0 4F 6 22 131 41 28
Octal 250 44 236 0 117 6 42 461 101 50
Binary 10101000 100100 10011110 0 1001111 110 100010 100110001 1000001 101000

Color Harmonies of #A8249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8249E

Black with #A8249E

Text Example


Text Example

White with #A8249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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