#A805DF

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

Shades of Dark Violet #A805DF

Tints of Dark Violet #A805DF

Color information

#A805DF (or 0xA805DF) is unknown color: approx Dark Violet. HEX triplet: A8, 05 and DF. RGB value is (168,5,223). Sum of RGB (Red+Green+Blue) = 168+5+223=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A805DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805DF is #57FA20. Grayscale: #4D4D4D. Windows color (decimal): -5765665 or 14615976. OLE color: 14615976.

HSL color Cylindrical-coordinate representation of color #A805DF: hue angle of 284.86º 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 #A805DF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1685223-
CMYK0.250.9800.13
HSL284.86º95.61%44.71%-
HSV(B)284.86º97.76%87.45%-
XYZ29.5213.7670.91-
YUV78.59209.5191.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 5 (2.34% from 255) = 1.26%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=42.42%
G=1.26%
B=56.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16852230.250.9800.13284.8695.6144.71
HexA85DF19620D11d602d
Octal25053373114201543514055
Binary1010100010111011111110011100010011011000111011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A805DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A805DF; }

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

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

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

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

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

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

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

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