Html Css Color HEX #A818A2 Dark Magenta

📋 copy color: '#A818A2'

red 168 ◦ green 24 ◦ blue 162

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

Shades of Dark Magenta #A818A2

Tints of Dark Magenta #A818A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 47.46%
G = 6.78%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A818A2 (or 0xA818A2) is known color: Dark Magenta. HEX triplet: A8, 18 and A2. RGB value is (168,24,162). Sum of RGB (Red+Green+Blue) = 168+24+162=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A818A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A818A2 is #57E75D. Grayscale: #525252. Windows color (decimal): -5760862 or 10623144. OLE color: 10623144.

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

Color convert

RGB 168 24 162 -
CMYK 0 0.86 0.04 0.34
HSL 302.5º 0.75% 0.38% -
HSV(B) 302.5º 0.86% 0.66% -
XYZ 23 11.59 35.21 -
YUV 82.79 172.71 188.78 -
System Red Green Blue C M Y K H S L
Decimal 168 24 162 0 0.86 0.04 0.34 302.5 0.75 0.38
Hex A8 18 A2 0 56 4 22 12E 4B 26
Octal 250 30 242 0 126 4 42 456 113 46
Binary 10101000 11000 10100010 0 1010110 100 100010 100101110 1001011 100110

Color Harmonies of #A818A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A818A2

Black with #A818A2

Text Example


Text Example

White with #A818A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A818A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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