Html Css Color HEX #A6148F Dark Magenta

📋 copy color: '#A6148F'

red 166 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #A6148F

Tints of Dark Magenta #A6148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 50.46%
G = 6.08%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6148F (or 0xA6148F) is known color: Dark Magenta. HEX triplet: A6, 14 and 8F. RGB value is (166,20,143). Sum of RGB (Red+Green+Blue) = 166+20+143=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A6148F is #59EB70. Grayscale: #4D4D4D. Windows color (decimal): -5892977 or 9376934. OLE color: 9376934.

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

Color convert

RGB 166 20 143 -
CMYK 0 0.88 0.14 0.35
HSL 309.45º 0.78% 0.36% -
HSV(B) 309.45º 0.88% 0.65% -
XYZ 20.93 10.59 26.93 -
YUV 77.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 166 20 143 0 0.88 0.14 0.35 309.45 0.78 0.36
Hex A6 14 8F 0 58 E 23 135 4E 24
Octal 246 24 217 0 130 16 43 465 116 44
Binary 10100110 10100 10001111 0 1011000 1110 100011 100110101 1001110 100100

Color Harmonies of #A6148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6148F

Black with #A6148F

Text Example


Text Example

White with #A6148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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