#A10FD4

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

Shades of Dark Violet #A10FD4

Tints of Dark Violet #A10FD4

Color information

#A10FD4 (or 0xA10FD4) is unknown color: approx Dark Violet. HEX triplet: A1, 0F and D4. RGB value is (161,15,212). Sum of RGB (Red+Green+Blue) = 161+15+212=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #A10FD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10FD4 is #5EF02B. Grayscale: #505050. Windows color (decimal): -6221868 or 13897633. OLE color: 13897633.

HSL color Cylindrical-coordinate representation of color #A10FD4: hue angle of 284.47º 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 #A10FD4 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16115212-
CMYK0.240.9300.17
HSL284.47º86.78%44.51%-
HSV(B)284.47º92.92%83.14%-
XYZ26.7512.6763.32-
YUV81.11201.87184.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 212 (83.20% from 255) = 54.64%
R=41.49%
G=3.87%
B=54.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161152120.240.9300.17284.4786.7844.51
HexA1FD4185D01111c572d
Octal241173243013502143412755
Binary101000011111110101001100010111010100011000111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10FD4; }

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

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

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

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

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

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

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

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