#A510D7

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

Shades of Dark Violet #A510D7

Tints of Dark Violet #A510D7

Color information

#A510D7 (or 0xA510D7) is unknown color: approx Dark Violet. HEX triplet: A5, 10 and D7. RGB value is (165,16,215). Sum of RGB (Red+Green+Blue) = 165+16+215=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #A510D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510D7 is #5AEF28. Grayscale: #525252. Windows color (decimal): -5959465 or 14094501. OLE color: 14094501.

HSL color Cylindrical-coordinate representation of color #A510D7: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A510D7 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16516215-
CMYK0.230.9300.16
HSL284.92º86.15%45.29%-
HSV(B)284.92º92.56%84.31%-
XYZ27.9713.2865.38-
YUV83.24202.36186.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 4.04%
BLUE value IS 215 (84.38% from 255) = 54.29%
R=41.67%
G=4.04%
B=54.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165162150.230.9300.16284.9286.1545.29
HexA510D7175D01011d562d
Octal245203272713502043512655
Binary1010010110000110101111011110111010100001000111011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A510D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A510D7; }

 p { color: rgb(165,16,215); }

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

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

 a { background-color: rgb(165,16,215); }

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

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

 span { border-color: rgb(165,16,215); }

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