Html Css Color HEX #A818AB Dark Magenta

📋 copy color: '#A818AB'

red 168 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #A818AB

Tints of Dark Magenta #A818AB

RGB

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

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

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

R = 46.28%
G = 6.61%
B = 47.11%

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

#A818AB (or 0xA818AB) is known color: Dark Magenta. HEX triplet: A8, 18 and AB. RGB value is (168,24,171). Sum of RGB (Red+Green+Blue) = 168+24+171=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #A818AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818AB is #57E754. Grayscale: #535353. Windows color (decimal): -5760853 or 11212968. OLE color: 11212968.

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

Color convert

RGB 168 24 171 -
CMYK 0.02 0.86 0 0.33
HSL 298.78º 0.75% 0.38% -
HSV(B) 298.78º 0.86% 0.67% -
XYZ 23.83 11.92 39.57 -
YUV 83.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 168 24 171 0.02 0.86 0 0.33 298.78 0.75 0.38
Hex A8 18 AB 2 56 0 21 12B 4B 26
Octal 250 30 253 2 126 0 41 453 113 46
Binary 10101000 11000 10101011 10 1010110 0 100001 100101011 1001011 100110

Color Harmonies of #A818AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818AB

Black with #A818AB

Text Example


Text Example

White with #A818AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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