Html Css Color HEX #A6289F Medium Red Violet

📋 copy color: '#A6289F'

red 166 ◦ green 40 ◦ blue 159

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

Shades of Medium Red Violet #A6289F

Tints of Medium Red Violet #A6289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 45.48%
G = 10.96%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A6289F (or 0xA6289F) is known color: Medium Red Violet. HEX triplet: A6, 28 and 9F. RGB value is (166,40,159). Sum of RGB (Red+Green+Blue) = 166+40+159=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6289F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6289F is #59D760. Grayscale: #5A5A5A. Windows color (decimal): -5887841 or 10430630. OLE color: 10430630.

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

Color convert

RGB 166 40 159 -
CMYK 0 0.76 0.04 0.35
HSL 303.33º 0.61% 0.4% -
HSV(B) 303.33º 0.76% 0.65% -
XYZ 22.74 12.13 33.94 -
YUV 91.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 166 40 159 0 0.76 0.04 0.35 303.33 0.61 0.4
Hex A6 28 9F 0 4C 4 23 12F 3D 28
Octal 246 50 237 0 114 4 43 457 75 50
Binary 10100110 101000 10011111 0 1001100 100 100011 100101111 111101 101000

Color Harmonies of #A6289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6289F

Black with #A6289F

Text Example


Text Example

White with #A6289F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6289F; }

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

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

background-color css

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

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

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

border-color css

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

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

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