Html Css Color HEX #A6158B Medium Violet Red

📋 copy color: '#A6158B'

red 166 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #A6158B

Tints of Medium Violet Red #A6158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 50.92%
G = 6.44%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6158B (or 0xA6158B) is known color: Medium Violet Red. HEX triplet: A6, 15 and 8B. RGB value is (166,21,139). Sum of RGB (Red+Green+Blue) = 166+21+139=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6158B is #59EA74. Grayscale: #4D4D4D. Windows color (decimal): -5892725 or 9115046. OLE color: 9115046.

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

Color convert

RGB 166 21 139 -
CMYK 0 0.87 0.16 0.35
HSL 311.17º 0.78% 0.37% -
HSV(B) 311.17º 0.87% 0.65% -
XYZ 20.65 10.51 25.37 -
YUV 77.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 166 21 139 0 0.87 0.16 0.35 311.17 0.78 0.37
Hex A6 15 8B 0 57 10 23 137 4E 25
Octal 246 25 213 0 127 20 43 467 116 45
Binary 10100110 10101 10001011 0 1010111 10000 100011 100110111 1001110 100101

Color Harmonies of #A6158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6158B

Black with #A6158B

Text Example


Text Example

White with #A6158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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