#A707C0

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

Shades of Dark Violet #A707C0

Tints of Dark Violet #A707C0

Color information

#A707C0 (or 0xA707C0) is unknown color: approx Dark Violet. HEX triplet: A7, 07 and C0. RGB value is (167,7,192). Sum of RGB (Red+Green+Blue) = 167+7+192=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #A707C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A707C0 is #58F83F. Grayscale: #4B4B4B. Windows color (decimal): -5830720 or 12584871. OLE color: 12584871.

HSL color Cylindrical-coordinate representation of color #A707C0: hue angle of 291.89º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A707C0 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1677192-
CMYK0.130.9600.25
HSL291.89º92.96%39.02%-
HSV(B)291.89º96.35%75.29%-
XYZ25.5312.1750.87-
YUV75.93193.51192.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 7 (3.12% from 255) = 1.91%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=45.63%
G=1.91%
B=52.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16771920.130.9600.25291.8992.9639.02
HexA77C0D600191245d27
Octal24773001514003144413547
Binary1010011111111000000110111000000110011001001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A707C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A707C0; }

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

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

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

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

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

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

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

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