Html Css Color HEX #A6289A Medium Red Violet

📋 copy color: '#A6289A'

red 166 ◦ green 40 ◦ blue 154

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

Shades of Medium Red Violet #A6289A

Tints of Medium Red Violet #A6289A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 46.11%
G = 11.11%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A6289A (or 0xA6289A) is known color: Medium Red Violet. HEX triplet: A6, 28 and 9A. RGB value is (166,40,154). Sum of RGB (Red+Green+Blue) = 166+40+154=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6289A is #59D765. Grayscale: #5A5A5A. Windows color (decimal): -5887846 or 10102950. OLE color: 10102950.

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

Color convert

RGB 166 40 154 -
CMYK 0 0.76 0.07 0.35
HSL 305.71º 0.61% 0.4% -
HSV(B) 305.71º 0.76% 0.65% -
XYZ 22.32 11.96 31.7 -
YUV 90.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 166 40 154 0 0.76 0.07 0.35 305.71 0.61 0.4
Hex A6 28 9A 0 4C 7 23 132 3D 28
Octal 246 50 232 0 114 7 43 462 75 50
Binary 10100110 101000 10011010 0 1001100 111 100011 100110010 111101 101000

Color Harmonies of #A6289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6289A

Black with #A6289A

Text Example


Text Example

White with #A6289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6289A; }

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

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

background-color css

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

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

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

border-color css

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

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

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