#A702AB

Color #A702AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A702AB

Tints of Dark Magenta #A702AB

Color information

#A702AB (or 0xA702AB) is unknown color: approx Dark Magenta. HEX triplet: A7, 02 and AB. RGB value is (167,2,171). Sum of RGB (Red+Green+Blue) = 167+2+171=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #A702AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702AB is #58FD54. Grayscale: #464646. Windows color (decimal): -5832021 or 11207335. OLE color: 11207335.

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

Color convert

RGB1672171-
CMYK0.020.9900.33
HSL298.58º97.69%33.92%-
HSV(B)298.58º98.83%67.06%-
XYZ23.3111.239.46-
YUV70.6184.66196.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=49.12%
G=0.59%
B=50.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16721710.020.9900.33298.5897.6933.92
HexA72AB26302112b6222
Octal2472253214304145314242
Binary10100111101010101110110001101000011001010111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A702AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A702AB; }

 p { color: rgb(167,2,171); }

 H1.HeaderClassName
 {
   color: #A702AB;
 }
 .AnyTagClassName
 {
   color: #A702AB;
 }
</style>
background-color css

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

 a { background-color: rgb(167,2,171); }

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

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

 span { border-color: rgb(167,2,171); }

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