Html Css Color HEX #A700AB Dark Magenta

📋 copy color: '#A700AB'

red 167 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #A700AB

Tints of Dark Magenta #A700AB

RGB

 RED value IS 167 (65.63% from 255) = 49.41%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.41%
G = 0%
B = 50.59%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A700AB (or 0xA700AB) is known color: Dark Magenta. HEX triplet: A7, 00 and AB. RGB value is (167,0,171). Sum of RGB (Red+Green+Blue) = 167+0+171=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 0 (0.39% from 255 or 0% 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 #A700AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AB is #58FF54. Grayscale: #444444. Windows color (decimal): -5832533 or 11206823. OLE color: 11206823.

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

Color convert

RGB 167 0 171 -
CMYK 0.02 1 0 0.33
HSL 298.6º 1% 0.34% -
HSV(B) 298.6º 1% 0.67% -
XYZ 23.29 11.16 39.45 -
YUV 69.43 185.33 197.6 -
System Red Green Blue C M Y K H S L
Decimal 167 0 171 0.02 1 0 0.33 298.6 1 0.34
Hex A7 0 AB 2 64 0 21 12B 64 22
Octal 247 0 253 2 144 0 41 453 144 42
Binary 10100111 0 10101011 10 1100100 0 100001 100101011 1100100 100010

Color Harmonies of #A700AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700AB

Black with #A700AB

Text Example


Text Example

White with #A700AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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