Html Css Color HEX #A617AB Dark Magenta

📋 copy color: '#A617AB'

red 166 ◦ green 23 ◦ blue 171

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

Shades of Dark Magenta #A617AB

Tints of Dark Magenta #A617AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

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

R = 46.11%
G = 6.39%
B = 47.5%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A617AB (or 0xA617AB) is known color: Dark Magenta. HEX triplet: A6, 17 and AB. RGB value is (166,23,171). Sum of RGB (Red+Green+Blue) = 166+23+171=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #A617AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617AB is #59E854. Grayscale: #525252. Windows color (decimal): -5892181 or 11212710. OLE color: 11212710.

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

Color convert

RGB 166 23 171 -
CMYK 0.03 0.87 0 0.33
HSL 297.97º 0.76% 0.38% -
HSV(B) 297.97º 0.87% 0.67% -
XYZ 23.38 11.66 39.55 -
YUV 82.63 177.88 187.47 -
System Red Green Blue C M Y K H S L
Decimal 166 23 171 0.03 0.87 0 0.33 297.97 0.76 0.38
Hex A6 17 AB 3 57 0 21 12A 4C 26
Octal 246 27 253 3 127 0 41 452 114 46
Binary 10100110 10111 10101011 11 1010111 0 100001 100101010 1001100 100110

Color Harmonies of #A617AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617AB

Black with #A617AB

Text Example


Text Example

White with #A617AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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