#A500BF

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

Shades of Dark Violet #A500BF

Tints of Dark Violet #A500BF

Color information

#A500BF (or 0xA500BF) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and BF. RGB value is (165,0,191). Sum of RGB (Red+Green+Blue) = 165+0+191=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #A500BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500BF is #5AFF40. Grayscale: #464646. Windows color (decimal): -5963585 or 12517541. OLE color: 12517541.

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

Color convert

RGB1650191-
CMYK0.14100.25
HSL291.83º100%37.45%-
HSV(B)291.83º100%74.9%-
XYZ24.9211.7650.25-
YUV71.11195.66194.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 53.65%
R=46.35%
G=0%
B=53.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16501910.14100.25291.8310037.45
HexA50BFE640191246425
Octal24502771614403144414445
Binary10100101010111111111011001000110011001001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500BF; }

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

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

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

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

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

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

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

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