Html Css Color HEX #A9248E Medium Red Violet

📋 copy color: '#A9248E'

red 169 ◦ green 36 ◦ blue 142

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

Shades of Medium Red Violet #A9248E

Tints of Medium Red Violet #A9248E

RGB

 RED value IS 169 (66.41% from 255) = 48.7%

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 48.7%
G = 10.37%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9248E (or 0xA9248E) is known color: Medium Red Violet. HEX triplet: A9, 24 and 8E. RGB value is (169,36,142). Sum of RGB (Red+Green+Blue) = 169+36+142=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9248E is #56DB71. Grayscale: #575757. Windows color (decimal): -5692274 or 9315497. OLE color: 9315497.

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

Color convert

RGB 169 36 142 -
CMYK 0 0.79 0.16 0.34
HSL 312.18º 0.65% 0.4% -
HSV(B) 312.18º 0.79% 0.66% -
XYZ 21.88 11.65 26.69 -
YUV 87.85 158.56 185.88 -
System Red Green Blue C M Y K H S L
Decimal 169 36 142 0 0.79 0.16 0.34 312.18 0.65 0.4
Hex A9 24 8E 0 4F 10 22 138 41 28
Octal 251 44 216 0 117 20 42 470 101 50
Binary 10101001 100100 10001110 0 1001111 10000 100010 100111000 1000001 101000

Color Harmonies of #A9248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9248E

Black with #A9248E

Text Example


Text Example

White with #A9248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9248E; }

 p { color: rgb(169,36,142); }

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

background-color css

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

 a { background-color: rgb(169,36,142); }

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

border-color css

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

 span { border-color: rgb(169,36,142); }

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