#A701B5

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

Shades of Dark Violet #A701B5

Tints of Dark Violet #A701B5

Color information

#A701B5 (or 0xA701B5) is unknown color: approx Dark Violet. HEX triplet: A7, 01 and B5. RGB value is (167,1,181). Sum of RGB (Red+Green+Blue) = 167+1+181=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #A701B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A701B5 is #58FE4A. Grayscale: #464646. Windows color (decimal): -5832267 or 11862439. OLE color: 11862439.

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

Color convert

RGB1671181-
CMYK0.080.9900.29
HSL295.33º98.9%35.69%-
HSV(B)295.33º99.45%70.98%-
XYZ24.2911.5744.67-
YUV71.15190196.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 181 (71.09% from 255) = 51.86%
R=47.85%
G=0.29%
B=51.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16711810.080.9900.29295.3398.935.69
HexA71B586301D1276324
Octal24712651014303544714344
Binary10100111110110101100011000110111011001001111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A701B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A701B5; }

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

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

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

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

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

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

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

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