#A713DA

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

Shades of Dark Violet #A713DA

Tints of Dark Violet #A713DA

Color information

#A713DA (or 0xA713DA) is unknown color: approx Dark Violet. HEX triplet: A7, 13 and DA. RGB value is (167,19,218). Sum of RGB (Red+Green+Blue) = 167+19+218=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #A713DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A713DA is #58EC25. Grayscale: #555555. Windows color (decimal): -5827622 or 14291879. OLE color: 14291879.

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

Color convert

RGB16719218-
CMYK0.230.9100.15
HSL284.62º83.97%46.47%-
HSV(B)284.62º91.28%85.49%-
XYZ28.8213.7467.46-
YUV85.94202.53185.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 19 (7.81% from 255) = 4.70%
BLUE value IS 218 (85.55% from 255) = 53.96%
R=41.34%
G=4.70%
B=53.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal167192180.230.9100.15284.6283.9746.47
HexA713DA175B0F11d542e
Octal247233322713301743512456
Binary101001111001111011010101111011011011111000111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A713DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A713DA; }

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

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

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

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

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

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

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

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