Html Css Color HEX #A710AA Dark Magenta

📋 copy color: '#A710AA'

red 167 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #A710AA

Tints of Dark Magenta #A710AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 47.31%
G = 4.53%
B = 48.16%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A710AA (or 0xA710AA) is known color: Dark Magenta. HEX triplet: A7, 10 and AA. RGB value is (167,16,170). Sum of RGB (Red+Green+Blue) = 167+16+170=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #A710AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A710AA is #58EF55. Grayscale: #4E4E4E. Windows color (decimal): -5828438 or 11145383. OLE color: 11145383.

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

Color convert

RGB 167 16 170 -
CMYK 0.02 0.91 0 0.33
HSL 298.83º 0.83% 0.36% -
HSV(B) 298.83º 0.91% 0.67% -
XYZ 23.38 11.49 39.02 -
YUV 78.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 167 16 170 0.02 0.91 0 0.33 298.83 0.83 0.36
Hex A7 10 AA 2 5B 0 21 12B 53 24
Octal 247 20 252 2 133 0 41 453 123 44
Binary 10100111 10000 10101010 10 1011011 0 100001 100101011 1010011 100100

Color Harmonies of #A710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A710AA

Black with #A710AA

Text Example


Text Example

White with #A710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A710AA; }

 p { color: rgb(167,16,170); }

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

background-color css

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

 a { background-color: rgb(167,16,170); }

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

border-color css

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

 span { border-color: rgb(167,16,170); }

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