#A00FD4

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

Shades of Dark Violet #A00FD4

Tints of Dark Violet #A00FD4

Color information

#A00FD4 (or 0xA00FD4) is unknown color: approx Dark Violet. HEX triplet: A0, 0F and D4. RGB value is (160,15,212). Sum of RGB (Red+Green+Blue) = 160+15+212=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #A00FD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FD4 is #5FF02B. Grayscale: #505050. Windows color (decimal): -6287404 or 13897632. OLE color: 13897632.

HSL color Cylindrical-coordinate representation of color #A00FD4: hue angle of 284.16º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00FD4 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16015212-
CMYK0.250.9300.17
HSL284.16º86.78%44.51%-
HSV(B)284.16º92.92%83.14%-
XYZ26.5512.5763.31-
YUV80.81202.04184.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 212 (83.20% from 255) = 54.78%
R=41.34%
G=3.88%
B=54.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160152120.250.9300.17284.1686.7844.51
HexA0FD4195D01111c572d
Octal240173243113502143412755
Binary101000001111110101001100110111010100011000111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00FD4; }

 p { color: rgb(160,15,212); }

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

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

 a { background-color: rgb(160,15,212); }

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

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

 span { border-color: rgb(160,15,212); }

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