#a708cd

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

Shades of Dark Violet #A708CD

Tints of Dark Violet #A708CD

Color information

#A708CD (or 0xA708CD) is unknown color: approx Dark Violet. HEX triplet: A7, 08 and CD. RGB value is (167,8,205). Sum of RGB (Red+Green+Blue) = 167+8+205=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #A708CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A708CD is #58F732. Grayscale: #4D4D4D. Windows color (decimal): -5830451 or 13437095. OLE color: 13437095.

HSL color Cylindrical-coordinate representation of color #A708CD: hue angle of 288.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A708CD is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1678205-
CMYK0.190.9600.20
HSL288.43º92.49%41.76%-
HSV(B)288.43º96.1%80.39%-
XYZ27.0412.858.8-
YUV78199.68191.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 8 (3.52% from 255) = 2.11%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=43.95%
G=2.11%
B=53.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16782050.190.9600.20288.4392.4941.76
HexA78CD13600141205c2a
Octal247103152314002444013452
Binary101001111000110011011001111000000101001001000001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a708cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a708cd; }

 p { color: rgb(167,8,205); }

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

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

 a { background-color: rgb(167,8,205); }

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

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

 span { border-color: rgb(167,8,205); }

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