Html Css Color HEX #A6289B Medium Red Violet

📋 copy color: '#A6289B'

red 166 ◦ green 40 ◦ blue 155

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

Shades of Medium Red Violet #A6289B

Tints of Medium Red Violet #A6289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 45.98%
G = 11.08%
B = 42.94%

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

#A6289B (or 0xA6289B) is known color: Medium Red Violet. HEX triplet: A6, 28 and 9B. RGB value is (166,40,155). Sum of RGB (Red+Green+Blue) = 166+40+155=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6289B is #59D764. Grayscale: #5A5A5A. Windows color (decimal): -5887845 or 10168486. OLE color: 10168486.

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

Color convert

RGB 166 40 155 -
CMYK 0 0.76 0.07 0.35
HSL 305.24º 0.61% 0.4% -
HSV(B) 305.24º 0.76% 0.65% -
XYZ 22.4 11.99 32.14 -
YUV 90.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 166 40 155 0 0.76 0.07 0.35 305.24 0.61 0.4
Hex A6 28 9B 0 4C 7 23 131 3D 28
Octal 246 50 233 0 114 7 43 461 75 50
Binary 10100110 101000 10011011 0 1001100 111 100011 100110001 111101 101000

Color Harmonies of #A6289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6289B

Black with #A6289B

Text Example


Text Example

White with #A6289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6289B; }

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

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

background-color css

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

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

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

border-color css

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

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

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