#A010CF

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

Shades of Dark Violet #A010CF

Tints of Dark Violet #A010CF

Color information

#A010CF (or 0xA010CF) is unknown color: approx Dark Violet. HEX triplet: A0, 10 and CF. RGB value is (160,16,207). Sum of RGB (Red+Green+Blue) = 160+16+207=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A010CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010CF is #5FEF30. Grayscale: #505050. Windows color (decimal): -6287153 or 13570208. OLE color: 13570208.

HSL color Cylindrical-coordinate representation of color #A010CF: hue angle of 285.24º degrees, saturation: 0.86, 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 #A010CF is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16016207-
CMYK0.230.9200.19
HSL285.24º85.65%43.73%-
HSV(B)285.24º92.27%81.18%-
XYZ25.9412.3560.05-
YUV80.83199.21184.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 16 (6.64% from 255) = 4.18%
BLUE value IS 207 (81.25% from 255) = 54.05%
R=41.78%
G=4.18%
B=54.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160162070.230.9200.19285.2485.6543.73
HexA010CF175C01311d562c
Octal240203172713402343512654
Binary1010000010000110011111011110111000100111000111011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A010CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A010CF; }

 p { color: rgb(160,16,207); }

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

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

 a { background-color: rgb(160,16,207); }

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

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

 span { border-color: rgb(160,16,207); }

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