Html Css Color HEX #A815A2 Dark Magenta

📋 copy color: '#A815A2'

red 168 ◦ green 21 ◦ blue 162

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

Shades of Dark Magenta #A815A2

Tints of Dark Magenta #A815A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.98%

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

R = 47.86%
G = 5.98%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#A815A2 (or 0xA815A2) is known color: Dark Magenta. HEX triplet: A8, 15 and A2. RGB value is (168,21,162). Sum of RGB (Red+Green+Blue) = 168+21+162=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A815A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A815A2 is #57EA5D. Grayscale: #505050. Windows color (decimal): -5761630 or 10622376. OLE color: 10622376.

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

Color convert

RGB 168 21 162 -
CMYK 0 0.88 0.04 0.34
HSL 302.45º 0.78% 0.37% -
HSV(B) 302.45º 0.88% 0.66% -
XYZ 22.94 11.47 35.19 -
YUV 81.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 168 21 162 0 0.88 0.04 0.34 302.45 0.78 0.37
Hex A8 15 A2 0 58 4 22 12E 4E 25
Octal 250 25 242 0 130 4 42 456 116 45
Binary 10101000 10101 10100010 0 1011000 100 100010 100101110 1001110 100101

Color Harmonies of #A815A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815A2

Black with #A815A2

Text Example


Text Example

White with #A815A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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