#A200ED

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

Shades of Dark Violet #A200ED

Tints of Dark Violet #A200ED

Color information

#A200ED (or 0xA200ED) is unknown color: approx Dark Violet. HEX triplet: A2, 00 and ED. RGB value is (162,0,237). Sum of RGB (Red+Green+Blue) = 162+0+237=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #A200ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A200ED is #5DFF12. Grayscale: #4A4A4A. Windows color (decimal): -6160147 or 15532194. OLE color: 15532194.

HSL color Cylindrical-coordinate representation of color #A200ED: hue angle of 281.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A200ED is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1620237-
CMYK0.32100.07
HSL281.01º100%46.47%-
HSV(B)281.01º100%92.94%-
XYZ30.1913.881.19-
YUV75.46219.17189.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 59.40%
R=40.60%
G=0%
B=59.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal16202370.32100.07281.0110046.47
HexA20ED206407119642e
Octal2420355401440743114456
Binary10100010011101101100000110010001111000110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A200ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A200ED; }

 p { color: rgb(162,0,237); }

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

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

 a { background-color: rgb(162,0,237); }

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

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

 span { border-color: rgb(162,0,237); }

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