#A400BD

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

Shades of Dark Violet #A400BD

Tints of Dark Violet #A400BD

Color information

#A400BD (or 0xA400BD) is unknown color: approx Dark Violet. HEX triplet: A4, 00 and BD. RGB value is (164,0,189). Sum of RGB (Red+Green+Blue) = 164+0+189=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #A400BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400BD is #5BFF42. Grayscale: #454545. Windows color (decimal): -6029123 or 12386468. OLE color: 12386468.

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

Color convert

RGB1640189-
CMYK0.13100.26
HSL292.06º100%37.06%-
HSV(B)292.06º100%74.12%-
XYZ24.511.5749.09-
YUV70.58194.83194.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=46.46%
G=0%
B=53.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16401890.13100.26292.0610037.06
HexA40BDD6401A1246425
Octal24402751514403244414445
Binary10100100010111101110111001000110101001001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400BD; }

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

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

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

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

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

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

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

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