#A504B5

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

Shades of Dark Violet #A504B5

Tints of Dark Violet #A504B5

Color information

#A504B5 (or 0xA504B5) is unknown color: approx Dark Violet. HEX triplet: A5, 04 and B5. RGB value is (165,4,181). Sum of RGB (Red+Green+Blue) = 165+4+181=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #A504B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A504B5 is #5AFB4A. Grayscale: #474747. Windows color (decimal): -5962571 or 11863205. OLE color: 11863205.

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

Color convert

RGB1654181-
CMYK0.090.9800.29
HSL294.58º95.68%36.27%-
HSV(B)294.58º97.79%70.98%-
XYZ23.911.4244.66-
YUV72.32189.34194.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 181 (71.09% from 255) = 51.71%
R=47.14%
G=1.14%
B=51.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16541810.090.9800.29294.5895.6836.27
HexA54B596201D1276024
Octal24542651114203544714044
Binary1010010110010110101100111000100111011001001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A504B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A504B5; }

 p { color: rgb(165,4,181); }

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

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

 a { background-color: rgb(165,4,181); }

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

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

 span { border-color: rgb(165,4,181); }

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