#A401BE

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

Shades of Dark Violet #A401BE

Tints of Dark Violet #A401BE

Color information

#A401BE (or 0xA401BE) is unknown color: approx Dark Violet. HEX triplet: A4, 01 and BE. RGB value is (164,1,190). Sum of RGB (Red+Green+Blue) = 164+1+190=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #A401BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A401BE is #5BFE41. Grayscale: #464646. Windows color (decimal): -6028866 or 12452260. OLE color: 12452260.

HSL color Cylindrical-coordinate representation of color #A401BE: hue angle of 291.75º 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 #A401BE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1641190-
CMYK0.140.9900.25
HSL291.75º98.95%37.45%-
HSV(B)291.75º99.47%74.51%-
XYZ24.6111.6349.66-
YUV71.28195194.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 190 (74.61% from 255) = 53.52%
R=46.20%
G=0.28%
B=53.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16411900.140.9900.25291.7598.9537.45
HexA41BEE630191246325
Octal24412761614303144414345
Binary10100100110111110111011000110110011001001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A401BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A401BE; }

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

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

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

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

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

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

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

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