#A400CF

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

Shades of Dark Violet #A400CF

Tints of Dark Violet #A400CF

Color information

#A400CF (or 0xA400CF) is unknown color: approx Dark Violet. HEX triplet: A4, 00 and CF. RGB value is (164,0,207). Sum of RGB (Red+Green+Blue) = 164+0+207=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #A400CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A400CF is #5BFF30. Grayscale: #474747. Windows color (decimal): -6029105 or 13566116. OLE color: 13566116.

HSL color Cylindrical-coordinate representation of color #A400CF: hue angle of 287.54º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A400CF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1640207-
CMYK0.21100.19
HSL287.54º100%40.59%-
HSV(B)287.54º100%81.18%-
XYZ26.5712.460.02-
YUV72.63203.83193.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 207 (81.25% from 255) = 55.80%
R=44.20%
G=0%
B=55.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16402070.21100.19287.5410040.59
HexA40CF15640131206429
Octal24403172514402344014451
Binary101001000110011111010111001000100111001000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A400CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A400CF; }

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

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

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

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

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

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

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

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