#a500ba

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

Shades of Dark Violet #A500BA

Tints of Dark Violet #A500BA

Color information

#A500BA (or 0xA500BA) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and BA. RGB value is (165,0,186). Sum of RGB (Red+Green+Blue) = 165+0+186=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #A500BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500BA is #5AFF45. Grayscale: #454545. Windows color (decimal): -5963590 or 12189861. OLE color: 12189861.

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

Color convert

RGB1650186-
CMYK0.11100.27
HSL293.23º100%36.47%-
HSV(B)293.23º100%72.94%-
XYZ24.3811.5447.4-
YUV70.54193.16195.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=47.01%
G=0%
B=52.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16501860.11100.27293.2310036.47
HexA50BAB6401B1256424
Octal24502721314403344514444
Binary10100101010111010101111001000110111001001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a500ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a500ba; }

 p { color: rgb(165,0,186); }

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

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

 a { background-color: rgb(165,0,186); }

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

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

 span { border-color: rgb(165,0,186); }

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