Html Css Color HEX #A6249D Medium Red Violet

📋 copy color: '#A6249D'

red 166 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #A6249D

Tints of Medium Red Violet #A6249D

RGB

 RED value IS 166 (65.23% from 255) = 46.24%

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 46.24%
G = 10.03%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6249D (or 0xA6249D) is known color: Medium Red Violet. HEX triplet: A6, 24 and 9D. RGB value is (166,36,157). Sum of RGB (Red+Green+Blue) = 166+36+157=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6249D is #59DB62. Grayscale: #585858. Windows color (decimal): -5888867 or 10298534. OLE color: 10298534.

HSL color Cylindrical-coordinate representation of color #A6249D: hue angle of 304.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6249D is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 157 -
CMYK 0 0.78 0.05 0.35
HSL 304.15º 0.64% 0.4% -
HSV(B) 304.15º 0.78% 0.65% -
XYZ 22.44 11.8 32.99 -
YUV 88.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 166 36 157 0 0.78 0.05 0.35 304.15 0.64 0.4
Hex A6 24 9D 0 4E 5 23 130 40 28
Octal 246 44 235 0 116 5 43 460 100 50
Binary 10100110 100100 10011101 0 1001110 101 100011 100110000 1000000 101000

Color Harmonies of #A6249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6249D

Black with #A6249D

Text Example


Text Example

White with #A6249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6249D; }

 p { color: rgb(166,36,157); }

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

background-color css

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

 a { background-color: rgb(166,36,157); }

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

border-color css

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

 span { border-color: rgb(166,36,157); }

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