#A400BF

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

Shades of Dark Violet #A400BF

Tints of Dark Violet #A400BF

Color information

#A400BF (or 0xA400BF) is unknown color: approx Dark Violet. HEX triplet: A4, 00 and BF. RGB value is (164,0,191). Sum of RGB (Red+Green+Blue) = 164+0+191=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #A400BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BF is #5BFF40. Grayscale: #464646. Windows color (decimal): -6029121 or 12517540. OLE color: 12517540.

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

Color convert

RGB1640191-
CMYK0.14100.25
HSL291.52º100%37.45%-
HSV(B)291.52º100%74.9%-
XYZ24.7111.6550.24-
YUV70.81195.83194.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 53.80%
R=46.20%
G=0%
B=53.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16401910.14100.25291.5210037.45
HexA40BFE640191246425
Octal24402771614403144414445
Binary10100100010111111111011001000110011001001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400BF; }

 p { color: rgb(164,0,191); }

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

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

 a { background-color: rgb(164,0,191); }

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

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

 span { border-color: rgb(164,0,191); }

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