Html Css Color HEX #A614AB Dark Magenta

📋 copy color: '#A614AB'

red 166 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #A614AB

Tints of Dark Magenta #A614AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.9%

R = 46.5%
G = 5.6%
B = 47.9%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A614AB (or 0xA614AB) is known color: Dark Magenta. HEX triplet: A6, 14 and AB. RGB value is (166,20,171). Sum of RGB (Red+Green+Blue) = 166+20+171=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #A614AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A614AB is #59EB54. Grayscale: #505050. Windows color (decimal): -5892949 or 11211942. OLE color: 11211942.

HSL color Cylindrical-coordinate representation of color #A614AB: hue angle of 298.01º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A614AB is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 20 171 -
CMYK 0.03 0.88 0 0.33
HSL 298.01º 0.79% 0.37% -
HSV(B) 298.01º 0.88% 0.67% -
XYZ 23.33 11.55 39.53 -
YUV 80.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 166 20 171 0.03 0.88 0 0.33 298.01 0.79 0.37
Hex A6 14 AB 3 58 0 21 12A 4F 25
Octal 246 24 253 3 130 0 41 452 117 45
Binary 10100110 10100 10101011 11 1011000 0 100001 100101010 1001111 100101

Color Harmonies of #A614AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A614AB

Black with #A614AB

Text Example


Text Example

White with #A614AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A614AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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