Html Css Color HEX #A006AB Dark Magenta

📋 copy color: '#A006AB'

red 160 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #A006AB

Tints of Dark Magenta #A006AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

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

R = 47.48%
G = 1.78%
B = 50.74%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A006AB (or 0xA006AB) is known color: Dark Magenta. HEX triplet: A0, 06 and AB. RGB value is (160,6,171). Sum of RGB (Red+Green+Blue) = 160+6+171=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #A006AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A006AB is #5FF954. Grayscale: #464646. Windows color (decimal): -6289749 or 11208352. OLE color: 11208352.

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

Color convert

RGB 160 6 171 -
CMYK 0.06 0.96 0 0.33
HSL 296º 0.93% 0.35% -
HSV(B) 296º 0.96% 0.67% -
XYZ 21.91 10.54 39.41 -
YUV 70.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 160 6 171 0.06 0.96 0 0.33 296 0.93 0.35
Hex A0 6 AB 6 60 0 21 128 5D 23
Octal 240 6 253 6 140 0 41 450 135 43
Binary 10100000 110 10101011 110 1100000 0 100001 100101000 1011101 100011

Color Harmonies of #A006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006AB

Black with #A006AB

Text Example


Text Example

White with #A006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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