Html Css Color HEX #A6249E Medium Red Violet

📋 copy color: '#A6249E'

red 166 ◦ green 36 ◦ blue 158

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

Shades of Medium Red Violet #A6249E

Tints of Medium Red Violet #A6249E

RGB

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

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

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

R = 46.11%
G = 10%
B = 43.89%

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

#A6249E (or 0xA6249E) is known color: Medium Red Violet. HEX triplet: A6, 24 and 9E. RGB value is (166,36,158). Sum of RGB (Red+Green+Blue) = 166+36+158=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6249E is #59DB61. Grayscale: #585858. Windows color (decimal): -5888866 or 10364070. OLE color: 10364070.

HSL color Cylindrical-coordinate representation of color #A6249E: hue angle of 303.69º 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 #A6249E is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 158 -
CMYK 0 0.78 0.05 0.35
HSL 303.69º 0.64% 0.4% -
HSV(B) 303.69º 0.78% 0.65% -
XYZ 22.53 11.84 33.45 -
YUV 88.78 167.07 183.08 -
System Red Green Blue C M Y K H S L
Decimal 166 36 158 0 0.78 0.05 0.35 303.69 0.64 0.4
Hex A6 24 9E 0 4E 5 23 130 40 28
Octal 246 44 236 0 116 5 43 460 100 50
Binary 10100110 100100 10011110 0 1001110 101 100011 100110000 1000000 101000

Color Harmonies of #A6249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6249E

Black with #A6249E

Text Example


Text Example

White with #A6249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6249E; }

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

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

background-color css

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

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

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

border-color css

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

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

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