#A500BD

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

Shades of Dark Violet #A500BD

Tints of Dark Violet #A500BD

Color information

#A500BD (or 0xA500BD) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and BD. RGB value is (165,0,189). Sum of RGB (Red+Green+Blue) = 165+0+189=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #A500BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500BD is #5AFF42. Grayscale: #464646. Windows color (decimal): -5963587 or 12386469. OLE color: 12386469.

HSL color Cylindrical-coordinate representation of color #A500BD: hue angle of 292.38º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500BD is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1650189-
CMYK0.13100.26
HSL292.38º100%37.06%-
HSV(B)292.38º100%74.12%-
XYZ24.711.6749.1-
YUV70.88194.66195.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 53.39%
R=46.61%
G=0%
B=53.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16501890.13100.26292.3810037.06
HexA50BDD6401A1246425
Octal24502751514403244414445
Binary10100101010111101110111001000110101001001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500BD; }

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

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

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

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

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

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

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

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