#A000B7

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

Shades of Dark Violet #A000B7

Tints of Dark Violet #A000B7

Color information

#A000B7 (or 0xA000B7) is unknown color: approx Dark Violet. HEX triplet: A0, 00 and B7. RGB value is (160,0,183). Sum of RGB (Red+Green+Blue) = 160+0+183=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #A000B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000B7 is #5FFF48. Grayscale: #444444. Windows color (decimal): -6291273 or 11993248. OLE color: 11993248.

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

Color convert

RGB1600183-
CMYK0.13100.28
HSL292.46º100%35.88%-
HSV(B)292.46º100%71.76%-
XYZ23.0410.8945.69-
YUV68.7192.51193.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 183 (71.88% from 255) = 53.35%
R=46.65%
G=0%
B=53.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16001830.13100.28292.4610035.88
HexA00B7D6401C1246424
Octal24002671514403444414444
Binary10100000010110111110111001000111001001001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A000B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A000B7; }

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

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

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

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

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

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

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

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