Html Css Color HEX #A8249B Medium Red Violet

📋 copy color: '#A8249B'

red 168 ◦ green 36 ◦ blue 155

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

Shades of Medium Red Violet #A8249B

Tints of Medium Red Violet #A8249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 46.8%
G = 10.03%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8249B (or 0xA8249B) is known color: Medium Red Violet. HEX triplet: A8, 24 and 9B. RGB value is (168,36,155). Sum of RGB (Red+Green+Blue) = 168+36+155=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8249B is #57DB64. Grayscale: #585858. Windows color (decimal): -5757797 or 10167464. OLE color: 10167464.

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

Color convert

RGB 168 36 155 -
CMYK 0 0.79 0.08 0.34
HSL 305.91º 0.65% 0.4% -
HSV(B) 305.91º 0.79% 0.66% -
XYZ 22.7 11.95 32.12 -
YUV 89.03 165.23 184.32 -
System Red Green Blue C M Y K H S L
Decimal 168 36 155 0 0.79 0.08 0.34 305.91 0.65 0.4
Hex A8 24 9B 0 4F 8 22 132 41 28
Octal 250 44 233 0 117 10 42 462 101 50
Binary 10101000 100100 10011011 0 1001111 1000 100010 100110010 1000001 101000

Color Harmonies of #A8249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8249B

Black with #A8249B

Text Example


Text Example

White with #A8249B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8249B; }

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

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

background-color css

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

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

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

border-color css

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

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

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