Html Css Color HEX #A6289D Medium Red Violet

📋 copy color: '#A6289D'

red 166 ◦ green 40 ◦ blue 157

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

Shades of Medium Red Violet #A6289D

Tints of Medium Red Violet #A6289D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.25%

R = 45.73%
G = 11.02%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6289D (or 0xA6289D) is known color: Medium Red Violet. HEX triplet: A6, 28 and 9D. RGB value is (166,40,157). Sum of RGB (Red+Green+Blue) = 166+40+157=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6289D is #59D762. Grayscale: #5A5A5A. Windows color (decimal): -5887843 or 10299558. OLE color: 10299558.

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

Color convert

RGB 166 40 157 -
CMYK 0 0.76 0.05 0.35
HSL 304.29º 0.61% 0.4% -
HSV(B) 304.29º 0.76% 0.65% -
XYZ 22.57 12.06 33.04 -
YUV 91.01 165.24 181.49 -
System Red Green Blue C M Y K H S L
Decimal 166 40 157 0 0.76 0.05 0.35 304.29 0.61 0.4
Hex A6 28 9D 0 4C 5 23 130 3D 28
Octal 246 50 235 0 114 5 43 460 75 50
Binary 10100110 101000 10011101 0 1001100 101 100011 100110000 111101 101000

Color Harmonies of #A6289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6289D

Black with #A6289D

Text Example


Text Example

White with #A6289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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