#A311CF

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

Shades of Dark Violet #A311CF

Tints of Dark Violet #A311CF

Color information

#A311CF (or 0xA311CF) is unknown color: approx Dark Violet. HEX triplet: A3, 11 and CF. RGB value is (163,17,207). Sum of RGB (Red+Green+Blue) = 163+17+207=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A311CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A311CF is #5CEE30. Grayscale: #515151. Windows color (decimal): -6090289 or 13570467. OLE color: 13570467.

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

Color convert

RGB16317207-
CMYK0.210.9200.19
HSL286.11º84.82%43.92%-
HSV(B)286.11º91.79%81.18%-
XYZ26.5712.6960.08-
YUV82.31198.37185.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=42.12%
G=4.39%
B=53.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163172070.210.9200.19286.1184.8243.92
HexA311CF155C01311e552c
Octal243213172513402343612554
Binary1010001110001110011111010110111000100111000111101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A311CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A311CF; }

 p { color: rgb(163,17,207); }

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

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

 a { background-color: rgb(163,17,207); }

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

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

 span { border-color: rgb(163,17,207); }

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