#a705dc

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

Shades of Dark Violet #A705DC

Tints of Dark Violet #A705DC

Color information

#A705DC (or 0xA705DC) is unknown color: approx Dark Violet. HEX triplet: A7, 05 and DC. RGB value is (167,5,220). Sum of RGB (Red+Green+Blue) = 167+5+220=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #A705DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A705DC is #58FA23. Grayscale: #4D4D4D. Windows color (decimal): -5831204 or 14419367. OLE color: 14419367.

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

Color convert

RGB1675220-
CMYK0.240.9800.14
HSL285.21º95.56%44.12%-
HSV(B)285.21º97.73%86.27%-
XYZ28.9113.4968.79-
YUV77.95208.17191.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 5 (2.34% from 255) = 1.28%
BLUE value IS 220 (86.33% from 255) = 56.12%
R=42.60%
G=1.28%
B=56.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal16752200.240.9800.14285.2195.5644.12
HexA75DC18620E11d602c
Octal24753343014201643514054
Binary1010011110111011100110001100010011101000111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a705dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a705dc; }

 p { color: rgb(167,5,220); }

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

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

 a { background-color: rgb(167,5,220); }

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

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

 span { border-color: rgb(167,5,220); }

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