Html Css Color HEX #A6158A Medium Violet Red

📋 copy color: '#A6158A'

red 166 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #A6158A

Tints of Medium Violet Red #A6158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 51.08%
G = 6.46%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6158A (or 0xA6158A) is known color: Medium Violet Red. HEX triplet: A6, 15 and 8A. RGB value is (166,21,138). Sum of RGB (Red+Green+Blue) = 166+21+138=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6158A is #59EA75. Grayscale: #4D4D4D. Windows color (decimal): -5892726 or 9049510. OLE color: 9049510.

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

Color convert

RGB 166 21 138 -
CMYK 0 0.87 0.17 0.35
HSL 311.59º 0.78% 0.37% -
HSV(B) 311.59º 0.87% 0.65% -
XYZ 20.58 10.48 24.98 -
YUV 77.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 166 21 138 0 0.87 0.17 0.35 311.59 0.78 0.37
Hex A6 15 8A 0 57 11 23 138 4E 25
Octal 246 25 212 0 127 21 43 470 116 45
Binary 10100110 10101 10001010 0 1010111 10001 100011 100111000 1001110 100101

Color Harmonies of #A6158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6158A

Black with #A6158A

Text Example


Text Example

White with #A6158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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