Html Css Color HEX #A818AC Dark Magenta

📋 copy color: '#A818AC'

red 168 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #A818AC

Tints of Dark Magenta #A818AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.59%

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

R = 46.15%
G = 6.59%
B = 47.25%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A818AC (or 0xA818AC) is known color: Dark Magenta. HEX triplet: A8, 18 and AC. RGB value is (168,24,172). Sum of RGB (Red+Green+Blue) = 168+24+172=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A818AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AC is #57E753. Grayscale: #535353. Windows color (decimal): -5760852 or 11278504. OLE color: 11278504.

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

Color convert

RGB 168 24 172 -
CMYK 0.02 0.86 0 0.33
HSL 298.38º 0.76% 0.38% -
HSV(B) 298.38º 0.86% 0.67% -
XYZ 23.92 11.96 40.08 -
YUV 83.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 168 24 172 0.02 0.86 0 0.33 298.38 0.76 0.38
Hex A8 18 AC 2 56 0 21 12A 4C 26
Octal 250 30 254 2 126 0 41 452 114 46
Binary 10101000 11000 10101100 10 1010110 0 100001 100101010 1001100 100110

Color Harmonies of #A818AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818AC

Black with #A818AC

Text Example


Text Example

White with #A818AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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