#A802B7

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

Shades of Dark Violet #A802B7

Tints of Dark Violet #A802B7

Color information

#A802B7 (or 0xA802B7) is unknown color: approx Dark Violet. HEX triplet: A8, 02 and B7. RGB value is (168,2,183). Sum of RGB (Red+Green+Blue) = 168+2+183=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #A802B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A802B7 is #57FD48. Grayscale: #474747. Windows color (decimal): -5766473 or 11993768. OLE color: 11993768.

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

Color convert

RGB1682183-
CMYK0.080.9900.28
HSL295.03º97.84%36.27%-
HSV(B)295.03º98.91%71.76%-
XYZ24.7211.7945.77-
YUV72.27190.5196.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 183 (71.88% from 255) = 51.84%
R=47.59%
G=0.57%
B=51.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16821830.080.9900.28295.0397.8436.27
HexA82B786301C1276224
Octal25022671014303444714244
Binary101010001010110111100011000110111001001001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A802B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A802B7; }

 p { color: rgb(168,2,183); }

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

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

 a { background-color: rgb(168,2,183); }

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

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

 span { border-color: rgb(168,2,183); }

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