#A508B9

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

Shades of Dark Violet #A508B9

Tints of Dark Violet #A508B9

Color information

#A508B9 (or 0xA508B9) is unknown color: approx Dark Violet. HEX triplet: A5, 08 and B9. RGB value is (165,8,185). Sum of RGB (Red+Green+Blue) = 165+8+185=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #A508B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A508B9 is #5AF746. Grayscale: #4A4A4A. Windows color (decimal): -5961543 or 12126373. OLE color: 12126373.

HSL color Cylindrical-coordinate representation of color #A508B9: hue angle of 293.22º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A508B9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1658185-
CMYK0.110.9600.27
HSL293.22º91.71%37.84%-
HSV(B)293.22º95.68%72.55%-
XYZ24.3611.6846.87-
YUV75.12190.01192.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 8 (3.52% from 255) = 2.23%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=46.09%
G=2.23%
B=51.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16581850.110.9600.27293.2291.7137.84
HexA58B9B6001B1255c26
Octal245102711314003344513446
Binary10100101100010111001101111000000110111001001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A508B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A508B9; }

 p { color: rgb(165,8,185); }

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

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

 a { background-color: rgb(165,8,185); }

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

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

 span { border-color: rgb(165,8,185); }

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