Html Css Color HEX #A702AB Dark Magenta

📋 copy color: '#A702AB'

red 167 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #A702AB

Tints of Dark Magenta #A702AB

RGB

 RED value IS 167 (65.63% 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 value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A702AB (or 0xA702AB) is known color: 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

RGB 167 2 171 -
CMYK 0.02 0.99 0 0.33
HSL 298.58º 0.98% 0.34% -
HSV(B) 298.58º 0.99% 0.67% -
XYZ 23.31 11.2 39.46 -
YUV 70.6 184.66 196.76 -
System Red Green Blue C M Y K H S L
Decimal 167 2 171 0.02 0.99 0 0.33 298.58 0.98 0.34
Hex A7 2 AB 2 63 0 21 12B 62 22
Octal 247 2 253 2 143 0 41 453 142 42
Binary 10100111 10 10101011 10 1100011 0 100001 100101011 1100010 100010

Color Harmonies of #A702AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A702AB

Black with #A702AB

Text Example


Text Example

White with #A702AB

Text Example


Text Example

HTML Codes & Css Web 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>