#A803B6

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

Shades of Dark Violet #A803B6

Tints of Dark Violet #A803B6

Color information

#A803B6 (or 0xA803B6) is unknown color: approx Dark Violet. HEX triplet: A8, 03 and B6. RGB value is (168,3,182). Sum of RGB (Red+Green+Blue) = 168+3+182=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 3 (1.56% from 255 or 0.85% 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 #A803B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803B6 is #57FC49. Grayscale: #484848. Windows color (decimal): -5766218 or 11928488. OLE color: 11928488.

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

Color convert

RGB1683182-
CMYK0.080.9800.29
HSL295.31º96.76%36.27%-
HSV(B)295.31º98.35%71.37%-
XYZ24.6211.7745.23-
YUV72.74189.66195.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=47.59%
G=0.85%
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
Decimal16831820.080.9800.29295.3196.7636.27
HexA83B686201D1276124
Octal25032661014203544714144
Binary101010001110110110100011000100111011001001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A803B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A803B6; }

 p { color: rgb(168,3,182); }

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

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

 a { background-color: rgb(168,3,182); }

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

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

 span { border-color: rgb(168,3,182); }

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