#A702B6

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

Shades of Dark Violet #A702B6

Tints of Dark Violet #A702B6

Color information

#A702B6 (or 0xA702B6) is unknown color: approx Dark Violet. HEX triplet: A7, 02 and B6. RGB value is (167,2,182). Sum of RGB (Red+Green+Blue) = 167+2+182=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #A702B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A702B6 is #58FD49. Grayscale: #474747. Windows color (decimal): -5832010 or 11928231. OLE color: 11928231.

HSL color Cylindrical-coordinate representation of color #A702B6: hue angle of 295º degrees, saturation: 0.98, 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 #A702B6 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1672182-
CMYK0.080.9900.29
HSL295º97.83%36.08%-
HSV(B)295º98.9%71.37%-
XYZ24.411.6445.22-
YUV71.86190.16195.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=47.58%
G=0.57%
B=51.85%

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
Decimal16721820.080.9900.2929597.8336.08
HexA72B686301D1276224
Octal24722661014303544714244
Binary101001111010110110100011000110111011001001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A702B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A702B6; }

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

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

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

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

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

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

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

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