#A707CD

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

Shades of Dark Violet #A707CD

Tints of Dark Violet #A707CD

Color information

#A707CD (or 0xA707CD) is unknown color: approx Dark Violet. HEX triplet: A7, 07 and CD. RGB value is (167,7,205). Sum of RGB (Red+Green+Blue) = 167+7+205=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #A707CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707CD is #58F832. Grayscale: #4C4C4C. Windows color (decimal): -5830707 or 13436839. OLE color: 13436839.

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

Color convert

RGB1677205-
CMYK0.190.9700.20
HSL288.48º93.4%41.57%-
HSV(B)288.48º96.59%80.39%-
XYZ27.0312.7858.8-
YUV77.41200.01191.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 7 (3.12% from 255) = 1.85%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=44.06%
G=1.85%
B=54.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16772050.190.9700.20288.4893.441.57
HexA77CD13610141205d2a
Octal24773152314102444013552
Binary10100111111110011011001111000010101001001000001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A707CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A707CD; }

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

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

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

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

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

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

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

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