#A713D7

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

Shades of Dark Violet #A713D7

Tints of Dark Violet #A713D7

Color information

#A713D7 (or 0xA713D7) is unknown color: approx Dark Violet. HEX triplet: A7, 13 and D7. RGB value is (167,19,215). Sum of RGB (Red+Green+Blue) = 167+19+215=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #A713D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713D7 is #58EC28. Grayscale: #545454. Windows color (decimal): -5827625 or 14095271. OLE color: 14095271.

HSL color Cylindrical-coordinate representation of color #A713D7: hue angle of 285.31º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A713D7 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16719215-
CMYK0.220.9100.16
HSL285.31º83.76%45.88%-
HSV(B)285.31º91.16%84.31%-
XYZ28.4313.5965.41-
YUV85.6201.03186.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 19 (7.81% from 255) = 4.74%
BLUE value IS 215 (84.38% from 255) = 53.62%
R=41.65%
G=4.74%
B=53.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal167192150.220.9100.16285.3183.7645.88
HexA713D7165B01011d542e
Octal247233272613302043512456
Binary1010011110011110101111011010110110100001000111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A713D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A713D7; }

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

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

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

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

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

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

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

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