Html Css Color HEX #A6299F Medium Red Violet

📋 copy color: '#A6299F'

red 166 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #A6299F

Tints of Medium Red Violet #A6299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 159 (62.5% from 255) = 43.44%

R = 45.36%
G = 11.2%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6299F (or 0xA6299F) is known color: Medium Red Violet. HEX triplet: A6, 29 and 9F. RGB value is (166,41,159). Sum of RGB (Red+Green+Blue) = 166+41+159=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6299F is #59D660. Grayscale: #5B5B5B. Windows color (decimal): -5887585 or 10430886. OLE color: 10430886.

HSL color Cylindrical-coordinate representation of color #A6299F: hue angle of 303.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6299F is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 159 -
CMYK 0 0.75 0.04 0.35
HSL 303.36º 0.6% 0.41% -
HSV(B) 303.36º 0.75% 0.65% -
XYZ 22.78 12.2 33.95 -
YUV 91.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 166 41 159 0 0.75 0.04 0.35 303.36 0.6 0.41
Hex A6 29 9F 0 4B 4 23 12F 3C 29
Octal 246 51 237 0 113 4 43 457 74 51
Binary 10100110 101001 10011111 0 1001011 100 100011 100101111 111100 101001

Color Harmonies of #A6299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6299F

Black with #A6299F

Text Example


Text Example

White with #A6299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6299F; }

 p { color: rgb(166,41,159); }

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

background-color css

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

 a { background-color: rgb(166,41,159); }

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

border-color css

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

 span { border-color: rgb(166,41,159); }

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