#A001BE

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

Shades of Dark Violet #A001BE

Tints of Dark Violet #A001BE

Color information

#A001BE (or 0xA001BE) is unknown color: approx Dark Violet. HEX triplet: A0, 01 and BE. RGB value is (160,1,190). Sum of RGB (Red+Green+Blue) = 160+1+190=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #A001BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A001BE is #5FFE41. Grayscale: #454545. Windows color (decimal): -6291010 or 12452256. OLE color: 12452256.

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

Color convert

RGB1601190-
CMYK0.160.9900.25
HSL290.48º98.95%37.45%-
HSV(B)290.48º99.47%74.51%-
XYZ23.811.2149.62-
YUV70.09195.68192.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.58%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=45.58%
G=0.28%
B=54.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16011900.160.9900.25290.4898.9537.45
HexA01BE10630191226325
Octal24012762014303144214345
Binary101000001101111101000011000110110011001000101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A001BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A001BE; }

 p { color: rgb(160,1,190); }

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

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

 a { background-color: rgb(160,1,190); }

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

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

 span { border-color: rgb(160,1,190); }

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