#A000BD

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

Shades of Dark Violet #A000BD

Tints of Dark Violet #A000BD

Color information

#A000BD (or 0xA000BD) is unknown color: approx Dark Violet. HEX triplet: A0, 00 and BD. RGB value is (160,0,189). Sum of RGB (Red+Green+Blue) = 160+0+189=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #A000BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BD is #5FFF42. Grayscale: #444444. Windows color (decimal): -6291267 or 12386464. OLE color: 12386464.

HSL color Cylindrical-coordinate representation of color #A000BD: hue angle of 290.79º 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 #A000BD is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1600189-
CMYK0.15100.26
HSL290.79º100%37.06%-
HSV(B)290.79º100%74.12%-
XYZ23.6811.1549.05-
YUV69.39195.51192.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=45.85%
G=0%
B=54.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16001890.15100.26290.7910037.06
HexA00BDF6401A1236425
Octal24002751714403244314445
Binary10100000010111101111111001000110101001000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A000BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A000BD; }

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

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

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

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

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

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

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

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