Html Css Color HEX #A007AB Dark Magenta

📋 copy color: '#A007AB'

red 160 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #A007AB

Tints of Dark Magenta #A007AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 47.34%
G = 2.07%
B = 50.59%

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

#A007AB (or 0xA007AB) is known color: Dark Magenta. HEX triplet: A0, 07 and AB. RGB value is (160,7,171). Sum of RGB (Red+Green+Blue) = 160+7+171=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #A007AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A007AB is #5FF854. Grayscale: #464646. Windows color (decimal): -6289493 or 11208608. OLE color: 11208608.

HSL color Cylindrical-coordinate representation of color #A007AB: hue angle of 295.98º degrees, saturation: 0.92, 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 #A007AB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 7 171 -
CMYK 0.06 0.96 0 0.33
HSL 295.98º 0.92% 0.35% -
HSV(B) 295.98º 0.96% 0.67% -
XYZ 21.92 10.57 39.41 -
YUV 71.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 160 7 171 0.06 0.96 0 0.33 295.98 0.92 0.35
Hex A0 7 AB 6 60 0 21 128 5C 23
Octal 240 7 253 6 140 0 41 450 134 43
Binary 10100000 111 10101011 110 1100000 0 100001 100101000 1011100 100011

Color Harmonies of #A007AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A007AB

Black with #A007AB

Text Example


Text Example

White with #A007AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A007AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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