Html Css Color HEX #A615AA Dark Magenta

📋 copy color: '#A615AA'

red 166 ◦ green 21 ◦ blue 170

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

Shades of Dark Magenta #A615AA

Tints of Dark Magenta #A615AA

RGB

 RED value IS 166 (65.23% from 255) = 46.5%

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 46.5%
G = 5.88%
B = 47.62%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A615AA (or 0xA615AA) is known color: Dark Magenta. HEX triplet: A6, 15 and AA. RGB value is (166,21,170). Sum of RGB (Red+Green+Blue) = 166+21+170=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #A615AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A615AA is #59EA55. Grayscale: #505050. Windows color (decimal): -5892694 or 11146662. OLE color: 11146662.

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

Color convert

RGB 166 21 170 -
CMYK 0.02 0.88 0 0.33
HSL 298.39º 0.78% 0.37% -
HSV(B) 298.39º 0.88% 0.67% -
XYZ 23.25 11.55 39.03 -
YUV 81.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 166 21 170 0.02 0.88 0 0.33 298.39 0.78 0.37
Hex A6 15 AA 2 58 0 21 12A 4E 25
Octal 246 25 252 2 130 0 41 452 116 45
Binary 10100110 10101 10101010 10 1011000 0 100001 100101010 1001110 100101

Color Harmonies of #A615AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615AA

Black with #A615AA

Text Example


Text Example

White with #A615AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615AA; }

 p { color: rgb(166,21,170); }

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

background-color css

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

 a { background-color: rgb(166,21,170); }

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

border-color css

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

 span { border-color: rgb(166,21,170); }

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