Html Css Color HEX #A713AA Dark Magenta

📋 copy color: '#A713AA'

red 167 ◦ green 19 ◦ blue 170

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

Shades of Dark Magenta #A713AA

Tints of Dark Magenta #A713AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 46.91%
G = 5.34%
B = 47.75%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A713AA (or 0xA713AA) is known color: Dark Magenta. HEX triplet: A7, 13 and AA. RGB value is (167,19,170). Sum of RGB (Red+Green+Blue) = 167+19+170=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #A713AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A713AA is #58EC55. Grayscale: #505050. Windows color (decimal): -5827670 or 11146151. OLE color: 11146151.

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

Color convert

RGB 167 19 170 -
CMYK 0.02 0.89 0 0.33
HSL 298.81º 0.8% 0.37% -
HSV(B) 298.81º 0.89% 0.67% -
XYZ 23.42 11.58 39.03 -
YUV 80.47 178.53 189.72 -
System Red Green Blue C M Y K H S L
Decimal 167 19 170 0.02 0.89 0 0.33 298.81 0.8 0.37
Hex A7 13 AA 2 59 0 21 12B 50 25
Octal 247 23 252 2 131 0 41 453 120 45
Binary 10100111 10011 10101010 10 1011001 0 100001 100101011 1010000 100101

Color Harmonies of #A713AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A713AA

Black with #A713AA

Text Example


Text Example

White with #A713AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A713AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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