Html Css Color HEX #A6148A Medium Violet Red

📋 copy color: '#A6148A'

red 166 ◦ green 20 ◦ blue 138

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

Shades of Medium Violet Red #A6148A

Tints of Medium Violet Red #A6148A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

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

R = 51.23%
G = 6.17%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A6148A (or 0xA6148A) is known color: Medium Violet Red. HEX triplet: A6, 14 and 8A. RGB value is (166,20,138). Sum of RGB (Red+Green+Blue) = 166+20+138=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6148A is #59EB75. Grayscale: #4C4C4C. Windows color (decimal): -5892982 or 9049254. OLE color: 9049254.

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

Color convert

RGB 166 20 138 -
CMYK 0 0.88 0.17 0.35
HSL 311.51º 0.78% 0.36% -
HSV(B) 311.51º 0.88% 0.65% -
XYZ 20.56 10.44 24.98 -
YUV 77.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 166 20 138 0 0.88 0.17 0.35 311.51 0.78 0.36
Hex A6 14 8A 0 58 11 23 138 4E 24
Octal 246 24 212 0 130 21 43 470 116 44
Binary 10100110 10100 10001010 0 1011000 10001 100011 100111000 1001110 100100

Color Harmonies of #A6148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6148A

Black with #A6148A

Text Example


Text Example

White with #A6148A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6148A; }

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

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

background-color css

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

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

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

border-color css

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

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

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