Html Css Color HEX #A617A8 Dark Magenta

📋 copy color: '#A617A8'

red 166 ◦ green 23 ◦ blue 168

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

Shades of Dark Magenta #A617A8

Tints of Dark Magenta #A617A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.06%

R = 46.5%
G = 6.44%
B = 47.06%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A617A8 (or 0xA617A8) is known color: Dark Magenta. HEX triplet: A6, 17 and A8. RGB value is (166,23,168). Sum of RGB (Red+Green+Blue) = 166+23+168=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #A617A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A617A8 is #59E857. Grayscale: #515151. Windows color (decimal): -5892184 or 11016102. OLE color: 11016102.

HSL color Cylindrical-coordinate representation of color #A617A8: hue angle of 299.17º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A617A8 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 23 168 -
CMYK 0.01 0.86 0 0.34
HSL 299.17º 0.76% 0.37% -
HSV(B) 299.17º 0.86% 0.66% -
XYZ 23.1 11.55 38.06 -
YUV 82.29 176.38 187.71 -
System Red Green Blue C M Y K H S L
Decimal 166 23 168 0.01 0.86 0 0.34 299.17 0.76 0.37
Hex A6 17 A8 1 56 0 22 12B 4C 25
Octal 246 27 250 1 126 0 42 453 114 45
Binary 10100110 10111 10101000 1 1010110 0 100010 100101011 1001100 100101

Color Harmonies of #A617A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617A8

Black with #A617A8

Text Example


Text Example

White with #A617A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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