#A000BB

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

Shades of Dark Violet #A000BB

Tints of Dark Violet #A000BB

Color information

#A000BB (or 0xA000BB) is unknown color: approx Dark Violet. HEX triplet: A0, 00 and BB. RGB value is (160,0,187). Sum of RGB (Red+Green+Blue) = 160+0+187=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #A000BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BB is #5FFF44. Grayscale: #444444. Windows color (decimal): -6291269 or 12255392. OLE color: 12255392.

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

Color convert

RGB1600187-
CMYK0.14100.27
HSL291.34º100%36.67%-
HSV(B)291.34º100%73.33%-
XYZ23.4711.0647.91-
YUV69.16194.51192.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=46.11%
G=0%
B=53.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16001870.14100.27291.3410036.67
HexA00BBE6401B1236425
Octal24002731614403344314445
Binary10100000010111011111011001000110111001000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A000BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A000BB; }

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

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

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

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

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

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

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

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