Html Css Color HEX #A6468B Medium Red Violet

📋 copy color: '#A6468B'

red 166 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #A6468B

Tints of Medium Red Violet #A6468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 44.27%
G = 18.67%
B = 37.07%

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

#A6468B (or 0xA6468B) is known color: Medium Red Violet. HEX triplet: A6, 46 and 8B. RGB value is (166,70,139). Sum of RGB (Red+Green+Blue) = 166+70+139=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6468B is #59B974. Grayscale: #6A6A6A. Windows color (decimal): -5880181 or 9127590. OLE color: 9127590.

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

Color convert

RGB 166 70 139 -
CMYK 0 0.58 0.16 0.35
HSL 316.88º 0.41% 0.46% -
HSV(B) 316.88º 0.58% 0.65% -
XYZ 22.58 14.35 26.01 -
YUV 106.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 166 70 139 0 0.58 0.16 0.35 316.88 0.41 0.46
Hex A6 46 8B 0 3A 10 23 13D 29 2E
Octal 246 106 213 0 72 20 43 475 51 56
Binary 10100110 1000110 10001011 0 111010 10000 100011 100111101 101001 101110

Color Harmonies of #A6468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6468B

Black with #A6468B

Text Example


Text Example

White with #A6468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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