Html Css Color HEX #A6458D Medium Red Violet

📋 copy color: '#A6458D'

red 166 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #A6458D

Tints of Medium Red Violet #A6458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.35%

 BLUE value IS 141 (55.47% from 255) = 37.5%

R = 44.15%
G = 18.35%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6458D (or 0xA6458D) is known color: Medium Red Violet. HEX triplet: A6, 45 and 8D. RGB value is (166,69,141). Sum of RGB (Red+Green+Blue) = 166+69+141=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458D is #59BA72. Grayscale: #6A6A6A. Windows color (decimal): -5880435 or 9258406. OLE color: 9258406.

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

Color convert

RGB 166 69 141 -
CMYK 0 0.58 0.15 0.35
HSL 315.46º 0.41% 0.46% -
HSV(B) 315.46º 0.58% 0.65% -
XYZ 22.66 14.29 26.76 -
YUV 106.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 166 69 141 0 0.58 0.15 0.35 315.46 0.41 0.46
Hex A6 45 8D 0 3A F 23 13B 29 2E
Octal 246 105 215 0 72 17 43 473 51 56
Binary 10100110 1000101 10001101 0 111010 1111 100011 100111011 101001 101110

Color Harmonies of #A6458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6458D

Black with #A6458D

Text Example


Text Example

White with #A6458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6458D; }

 p { color: rgb(166,69,141); }

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

background-color css

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

 a { background-color: rgb(166,69,141); }

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

border-color css

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

 span { border-color: rgb(166,69,141); }

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