Html Css Color HEX #A6458E Medium Red Violet

📋 copy color: '#A6458E'

red 166 ◦ green 69 ◦ blue 142

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

Shades of Medium Red Violet #A6458E

Tints of Medium Red Violet #A6458E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 44.03%
G = 18.3%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6458E (or 0xA6458E) is known color: Medium Red Violet. HEX triplet: A6, 45 and 8E. RGB value is (166,69,142). Sum of RGB (Red+Green+Blue) = 166+69+142=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6458E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6458E is #59BA71. Grayscale: #6A6A6A. Windows color (decimal): -5880434 or 9323942. OLE color: 9323942.

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

Color convert

RGB 166 69 142 -
CMYK 0 0.58 0.14 0.35
HSL 314.85º 0.41% 0.46% -
HSV(B) 314.85º 0.58% 0.65% -
XYZ 22.74 14.32 27.16 -
YUV 106.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 166 69 142 0 0.58 0.14 0.35 314.85 0.41 0.46
Hex A6 45 8E 0 3A E 23 13B 29 2E
Octal 246 105 216 0 72 16 43 473 51 56
Binary 10100110 1000101 10001110 0 111010 1110 100011 100111011 101001 101110

Color Harmonies of #A6458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6458E

Black with #A6458E

Text Example


Text Example

White with #A6458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6458E; }

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

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

background-color css

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

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

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

border-color css

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

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

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