#A714B6

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

Shades of Dark Violet #A714B6

Tints of Dark Violet #A714B6

Color information

#A714B6 (or 0xA714B6) is unknown color: approx Dark Violet. HEX triplet: A7, 14 and B6. RGB value is (167,20,182). Sum of RGB (Red+Green+Blue) = 167+20+182=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #A714B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A714B6 is #58EB49. Grayscale: #515151. Windows color (decimal): -5827402 or 11932839. OLE color: 11932839.

HSL color Cylindrical-coordinate representation of color #A714B6: hue angle of 294.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A714B6 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16720182-
CMYK0.080.8900.29
HSL294.44º80.2%39.61%-
HSV(B)294.44º89.01%71.37%-
XYZ24.6312.0945.29-
YUV82.42184.2188.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 20 (8.20% from 255) = 5.42%
BLUE value IS 182 (71.48% from 255) = 49.32%
R=45.26%
G=5.42%
B=49.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167201820.080.8900.29294.4480.239.61
HexA714B685901D1265028
Octal247242661013103544612050
Binary101001111010010110110100010110010111011001001101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A714B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A714B6; }

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

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

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

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

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

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

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

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