Html Css Color HEX #A005AB Dark Magenta

📋 copy color: '#A005AB'

red 160 ◦ green 5 ◦ blue 171

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

Shades of Dark Magenta #A005AB

Tints of Dark Magenta #A005AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 47.62%
G = 1.49%
B = 50.89%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A005AB (or 0xA005AB) is known color: Dark Magenta. HEX triplet: A0, 05 and AB. RGB value is (160,5,171). Sum of RGB (Red+Green+Blue) = 160+5+171=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A005AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A005AB is #5FFA54. Grayscale: #454545. Windows color (decimal): -6290005 or 11208096. OLE color: 11208096.

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

Color convert

RGB 160 5 171 -
CMYK 0.06 0.97 0 0.33
HSL 296.02º 0.94% 0.35% -
HSV(B) 296.02º 0.97% 0.67% -
XYZ 21.9 10.52 39.4 -
YUV 70.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 160 5 171 0.06 0.97 0 0.33 296.02 0.94 0.35
Hex A0 5 AB 6 61 0 21 128 5E 23
Octal 240 5 253 6 141 0 41 450 136 43
Binary 10100000 101 10101011 110 1100001 0 100001 100101000 1011110 100011

Color Harmonies of #A005AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005AB

Black with #A005AB

Text Example


Text Example

White with #A005AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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