#A714AC

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

Shades of Dark Magenta #A714AC

Tints of Dark Magenta #A714AC

Color information

#A714AC (or 0xA714AC) is unknown color: approx Dark Magenta. HEX triplet: A7, 14 and AC. RGB value is (167,20,172). Sum of RGB (Red+Green+Blue) = 167+20+172=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A714AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A714AC is #58EB53. Grayscale: #505050. Windows color (decimal): -5827412 or 11277479. OLE color: 11277479.

HSL color Cylindrical-coordinate representation of color #A714AC: hue angle of 298.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A714AC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16720172-
CMYK0.030.8800.33
HSL298.03º79.17%37.65%-
HSV(B)298.03º88.37%67.45%-
XYZ23.6311.6940.04-
YUV81.28179.2189.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=46.52%
G=5.57%
B=47.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167201720.030.8800.33298.0379.1737.65
HexA714AC35802112a4f26
Octal24724254313004145211746
Binary10100111101001010110011101100001000011001010101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A714AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A714AC; }

 p { color: rgb(167,20,172); }

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

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

 a { background-color: rgb(167,20,172); }

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

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

 span { border-color: rgb(167,20,172); }

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