#A905DF

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

Shades of Dark Violet #A905DF

Tints of Dark Violet #A905DF

Color information

#A905DF (or 0xA905DF) is unknown color: approx Dark Violet. HEX triplet: A9, 05 and DF. RGB value is (169,5,223). Sum of RGB (Red+Green+Blue) = 169+5+223=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 5 (2.34% from 255 or 1.26% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A905DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A905DF is #56FA20. Grayscale: #4E4E4E. Windows color (decimal): -5700129 or 14615977. OLE color: 14615977.

HSL color Cylindrical-coordinate representation of color #A905DF: hue angle of 285.14º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905DF is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1695223-
CMYK0.240.9800.13
HSL285.14º95.61%44.71%-
HSV(B)285.14º97.76%87.45%-
XYZ29.7413.8770.92-
YUV78.89209.33192.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 223 (87.5% from 255) = 56.17%
R=42.57%
G=1.26%
B=56.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16952230.240.9800.13285.1495.6144.71
HexA95DF18620D11d602d
Octal25153373014201543514055
Binary1010100110111011111110001100010011011000111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A905DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A905DF; }

 p { color: rgb(169,5,223); }

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

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

 a { background-color: rgb(169,5,223); }

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

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

 span { border-color: rgb(169,5,223); }

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