Html Css Color HEX #A015AB Dark Magenta

📋 copy color: '#A015AB'

red 160 ◦ green 21 ◦ blue 171

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

Shades of Dark Magenta #A015AB

Tints of Dark Magenta #A015AB

RGB

 RED value IS 160 (62.89% from 255) = 45.45%

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

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

R = 45.45%
G = 5.97%
B = 48.58%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A015AB (or 0xA015AB) is known color: Dark Magenta. HEX triplet: A0, 15 and AB. RGB value is (160,21,171). Sum of RGB (Red+Green+Blue) = 160+21+171=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #A015AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015AB is #5FEA54. Grayscale: #4F4F4F. Windows color (decimal): -6285909 or 11212192. OLE color: 11212192.

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

Color convert

RGB 160 21 171 -
CMYK 0.06 0.88 0 0.33
HSL 295.6º 0.78% 0.38% -
HSV(B) 295.6º 0.88% 0.67% -
XYZ 22.12 10.95 39.48 -
YUV 79.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 160 21 171 0.06 0.88 0 0.33 295.6 0.78 0.38
Hex A0 15 AB 6 58 0 21 128 4E 26
Octal 240 25 253 6 130 0 41 450 116 46
Binary 10100000 10101 10101011 110 1011000 0 100001 100101000 1001110 100110

Color Harmonies of #A015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015AB

Black with #A015AB

Text Example


Text Example

White with #A015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015AB; }

 p { color: rgb(160,21,171); }

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

background-color css

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

 a { background-color: rgb(160,21,171); }

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

border-color css

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

 span { border-color: rgb(160,21,171); }

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