#a201ce

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

Shades of Dark Violet #A201CE

Tints of Dark Violet #A201CE

Color information

#A201CE (or 0xA201CE) is unknown color: approx Dark Violet. HEX triplet: A2, 01 and CE. RGB value is (162,1,206). Sum of RGB (Red+Green+Blue) = 162+1+206=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #A201CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A201CE is #5DFE31. Grayscale: #474747. Windows color (decimal): -6159922 or 13500834. OLE color: 13500834.

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

Color convert

RGB1621206-
CMYK0.211.0000.19
HSL287.12º99.03%40.59%-
HSV(B)287.12º99.51%80.78%-
XYZ26.0512.1659.37-
YUV72.51203.34191.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 1 (0.78% from 255) = 0.27%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=43.90%
G=0.27%
B=55.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal16212060.211.0000.19287.1299.0340.59
HexA21CE156401311f6329
Octal24213162514402343714351
Binary101000101110011101010111001000100111000111111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a201ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a201ce; }

 p { color: rgb(162,1,206); }

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

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

 a { background-color: rgb(162,1,206); }

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

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

 span { border-color: rgb(162,1,206); }

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