Html Css Color HEX #A8249C Medium Red Violet

📋 copy color: '#A8249C'

red 168 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #A8249C

Tints of Medium Red Violet #A8249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 46.67%
G = 10%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A8249C (or 0xA8249C) is known color: Medium Red Violet. HEX triplet: A8, 24 and 9C. RGB value is (168,36,156). Sum of RGB (Red+Green+Blue) = 168+36+156=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8249C is #57DB63. Grayscale: #585858. Windows color (decimal): -5757796 or 10233000. OLE color: 10233000.

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

Color convert

RGB 168 36 156 -
CMYK 0 0.79 0.07 0.34
HSL 305.45º 0.65% 0.4% -
HSV(B) 305.45º 0.79% 0.66% -
XYZ 22.78 11.99 32.57 -
YUV 89.15 165.73 184.24 -
System Red Green Blue C M Y K H S L
Decimal 168 36 156 0 0.79 0.07 0.34 305.45 0.65 0.4
Hex A8 24 9C 0 4F 7 22 131 41 28
Octal 250 44 234 0 117 7 42 461 101 50
Binary 10101000 100100 10011100 0 1001111 111 100010 100110001 1000001 101000

Color Harmonies of #A8249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8249C

Black with #A8249C

Text Example


Text Example

White with #A8249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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