Html Css Color HEX #A817AC Dark Magenta

📋 copy color: '#A817AC'

red 168 ◦ green 23 ◦ blue 172

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

Shades of Dark Magenta #A817AC

Tints of Dark Magenta #A817AC

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 46.28%
G = 6.34%
B = 47.38%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A817AC (or 0xA817AC) is known color: Dark Magenta. HEX triplet: A8, 17 and AC. RGB value is (168,23,172). Sum of RGB (Red+Green+Blue) = 168+23+172=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A817AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817AC is #57E853. Grayscale: #525252. Windows color (decimal): -5761108 or 11278248. OLE color: 11278248.

HSL color Cylindrical-coordinate representation of color #A817AC: hue angle of 298.39º 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 #A817AC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 23 172 -
CMYK 0.02 0.87 0 0.33
HSL 298.39º 0.76% 0.38% -
HSV(B) 298.39º 0.87% 0.67% -
XYZ 23.9 11.92 40.07 -
YUV 83.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 168 23 172 0.02 0.87 0 0.33 298.39 0.76 0.38
Hex A8 17 AC 2 57 0 21 12A 4C 26
Octal 250 27 254 2 127 0 41 452 114 46
Binary 10101000 10111 10101100 10 1010111 0 100001 100101010 1001100 100110

Color Harmonies of #A817AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817AC

Black with #A817AC

Text Example


Text Example

White with #A817AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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