Html Css Color HEX #A6448B Medium Red Violet

📋 copy color: '#A6448B'

red 166 ◦ green 68 ◦ blue 139

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

Shades of Medium Red Violet #A6448B

Tints of Medium Red Violet #A6448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 44.5%
G = 18.23%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6448B (or 0xA6448B) is known color: Medium Red Violet. HEX triplet: A6, 44 and 8B. RGB value is (166,68,139). Sum of RGB (Red+Green+Blue) = 166+68+139=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6448B is #59BB74. Grayscale: #696969. Windows color (decimal): -5880693 or 9127078. OLE color: 9127078.

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

Color convert

RGB 166 68 139 -
CMYK 0 0.59 0.16 0.35
HSL 316.53º 0.42% 0.46% -
HSV(B) 316.53º 0.59% 0.65% -
XYZ 22.45 14.11 25.97 -
YUV 105.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 166 68 139 0 0.59 0.16 0.35 316.53 0.42 0.46
Hex A6 44 8B 0 3B 10 23 13D 2A 2E
Octal 246 104 213 0 73 20 43 475 52 56
Binary 10100110 1000100 10001011 0 111011 10000 100011 100111101 101010 101110

Color Harmonies of #A6448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6448B

Black with #A6448B

Text Example


Text Example

White with #A6448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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