#A510B6

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

Shades of Dark Violet #A510B6

Tints of Dark Violet #A510B6

Color information

#A510B6 (or 0xA510B6) is unknown color: approx Dark Violet. HEX triplet: A5, 10 and B6. RGB value is (165,16,182). Sum of RGB (Red+Green+Blue) = 165+16+182=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #A510B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510B6 is #5AEF49. Grayscale: #4E4E4E. Windows color (decimal): -5959498 or 11931813. OLE color: 11931813.

HSL color Cylindrical-coordinate representation of color #A510B6: hue angle of 293.86º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510B6 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16516182-
CMYK0.090.9100.29
HSL293.86º83.84%38.82%-
HSV(B)293.86º91.21%71.37%-
XYZ24.1511.7545.25-
YUV79.48185.86189-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 4.41%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=45.45%
G=4.41%
B=50.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165161820.090.9100.29293.8683.8438.82
HexA510B695B01D1265427
Octal245202661113303544612447
Binary101001011000010110110100110110110111011001001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A510B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A510B6; }

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

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

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

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

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

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

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

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