#A701C2

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

Shades of Dark Violet #A701C2

Tints of Dark Violet #A701C2

Color information

#A701C2 (or 0xA701C2) is unknown color: approx Dark Violet. HEX triplet: A7, 01 and C2. RGB value is (167,1,194). Sum of RGB (Red+Green+Blue) = 167+1+194=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 194 (76.17% from 255 or 53.59% from 362); Max value from RGB is 194 - color contains mainly: blue. Hex color #A701C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701C2 is #58FE3D. Grayscale: #484848. Windows color (decimal): -5832254 or 12714407. OLE color: 12714407.

HSL color Cylindrical-coordinate representation of color #A701C2: hue angle of 291.61º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701C2 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1671194-
CMYK0.140.9900.24
HSL291.61º98.97%38.24%-
HSV(B)291.61º99.48%76.08%-
XYZ25.6812.1352.03-
YUV72.64196.5195.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 194 (76.17% from 255) = 53.59%
R=46.13%
G=0.28%
B=53.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16711940.140.9900.24291.6198.9738.24
HexA71C2E630181246326
Octal24713021614303044414346
Binary10100111111000010111011000110110001001001001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A701C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A701C2; }

 p { color: rgb(167,1,194); }

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

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

 a { background-color: rgb(167,1,194); }

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

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

 span { border-color: rgb(167,1,194); }

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