Html Css Color HEX #A6458B Medium Red Violet

📋 copy color: '#A6458B'

red 166 ◦ green 69 ◦ blue 139

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

Shades of Medium Red Violet #A6458B

Tints of Medium Red Violet #A6458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 44.39%
G = 18.45%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6458B (or 0xA6458B) is known color: Medium Red Violet. HEX triplet: A6, 45 and 8B. RGB value is (166,69,139). Sum of RGB (Red+Green+Blue) = 166+69+139=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458B is #59BA74. Grayscale: #696969. Windows color (decimal): -5880437 or 9127334. OLE color: 9127334.

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

Color convert

RGB 166 69 139 -
CMYK 0 0.58 0.16 0.35
HSL 316.7º 0.41% 0.46% -
HSV(B) 316.7º 0.58% 0.65% -
XYZ 22.51 14.23 25.99 -
YUV 105.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 166 69 139 0 0.58 0.16 0.35 316.7 0.41 0.46
Hex A6 45 8B 0 3A 10 23 13D 29 2E
Octal 246 105 213 0 72 20 43 475 51 56
Binary 10100110 1000101 10001011 0 111010 10000 100011 100111101 101001 101110

Color Harmonies of #A6458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6458B

Black with #A6458B

Text Example


Text Example

White with #A6458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6458B; }

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

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

background-color css

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

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

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

border-color css

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

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

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