#A506D8

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

Shades of Dark Violet #A506D8

Tints of Dark Violet #A506D8

Color information

#A506D8 (or 0xA506D8) is unknown color: approx Dark Violet. HEX triplet: A5, 06 and D8. RGB value is (165,6,216). Sum of RGB (Red+Green+Blue) = 165+6+216=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 216 (84.77% from 255 or 55.81% from 387); Max value from RGB is 216 - color contains mainly: blue. Hex color #A506D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A506D8 is #5AF927. Grayscale: #4C4C4C. Windows color (decimal): -5962024 or 14157477. OLE color: 14157477.

HSL color Cylindrical-coordinate representation of color #A506D8: hue angle of 285.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A506D8 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1656216-
CMYK0.240.9700.15
HSL285.43º94.59%43.53%-
HSV(B)285.43º97.22%84.71%-
XYZ27.9813.0966.02-
YUV77.48206.18190.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 6 (2.73% from 255) = 1.55%
BLUE value IS 216 (84.77% from 255) = 55.81%
R=42.64%
G=1.55%
B=55.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal16562160.240.9700.15285.4394.5943.53
HexA56D818610F11d5f2c
Octal24563303014101743513754
Binary1010010111011011000110001100001011111000111011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A506D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A506D8; }

 p { color: rgb(165,6,216); }

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

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

 a { background-color: rgb(165,6,216); }

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

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

 span { border-color: rgb(165,6,216); }

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