#A704C7

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

Shades of Dark Violet #A704C7

Tints of Dark Violet #A704C7

Color information

#A704C7 (or 0xA704C7) is unknown color: approx Dark Violet. HEX triplet: A7, 04 and C7. RGB value is (167,4,199). Sum of RGB (Red+Green+Blue) = 167+4+199=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #A704C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A704C7 is #58FB38. Grayscale: #4A4A4A. Windows color (decimal): -5831481 or 13042855. OLE color: 13042855.

HSL color Cylindrical-coordinate representation of color #A704C7: hue angle of 290.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704C7 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1674199-
CMYK0.160.9800.22
HSL290.15º96.06%39.8%-
HSV(B)290.15º97.99%78.04%-
XYZ26.2912.4355.05-
YUV74.97198193.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 199 (78.12% from 255) = 53.78%
R=45.14%
G=1.08%
B=53.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16741990.160.9800.22290.1596.0639.8
HexA74C710620161226028
Octal24743072014202644214050
Binary10100111100110001111000011000100101101001000101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A704C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A704C7; }

 p { color: rgb(167,4,199); }

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

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

 a { background-color: rgb(167,4,199); }

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

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

 span { border-color: rgb(167,4,199); }

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