Html Css Color HEX #A714A6 Dark Magenta

📋 copy color: '#A714A6'

red 167 ◦ green 20 ◦ blue 166

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

Shades of Dark Magenta #A714A6

Tints of Dark Magenta #A714A6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.67%

 BLUE value IS 166 (65.23% from 255) = 47.03%

R = 47.31%
G = 5.67%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A714A6 (or 0xA714A6) is known color: Dark Magenta. HEX triplet: A7, 14 and A6. RGB value is (167,20,166). Sum of RGB (Red+Green+Blue) = 167+20+166=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A714A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A714A6 is #58EB59. Grayscale: #505050. Windows color (decimal): -5827418 or 10884263. OLE color: 10884263.

HSL color Cylindrical-coordinate representation of color #A714A6: hue angle of 300.41º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A714A6 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 20 166 -
CMYK 0 0.88 0.01 0.35
HSL 300.41º 0.79% 0.37% -
HSV(B) 300.41º 0.88% 0.65% -
XYZ 23.07 11.47 37.07 -
YUV 80.6 176.2 189.63 -
System Red Green Blue C M Y K H S L
Decimal 167 20 166 0 0.88 0.01 0.35 300.41 0.79 0.37
Hex A7 14 A6 0 58 1 23 12C 4F 25
Octal 247 24 246 0 130 1 43 454 117 45
Binary 10100111 10100 10100110 0 1011000 1 100011 100101100 1001111 100101

Color Harmonies of #A714A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A714A6

Black with #A714A6

Text Example


Text Example

White with #A714A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A714A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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