#A704B6

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

Shades of Dark Violet #A704B6

Tints of Dark Violet #A704B6

Color information

#A704B6 (or 0xA704B6) is unknown color: approx Dark Violet. HEX triplet: A7, 04 and B6. RGB value is (167,4,182). Sum of RGB (Red+Green+Blue) = 167+4+182=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #A704B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A704B6 is #58FB49. Grayscale: #484848. Windows color (decimal): -5831498 or 11928743. OLE color: 11928743.

HSL color Cylindrical-coordinate representation of color #A704B6: hue angle of 294.94º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704B6 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1674182-
CMYK0.080.9800.29
HSL294.94º95.7%36.47%-
HSV(B)294.94º97.8%71.37%-
XYZ24.4211.6845.22-
YUV73.03189.5195.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=47.31%
G=1.13%
B=51.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16741820.080.9800.29294.9495.736.47
HexA74B686201D1276024
Octal24742661014203544714044
Binary1010011110010110110100011000100111011001001111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A704B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A704B6; }

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

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

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

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

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

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

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

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