#A800B6

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

Shades of Dark Violet #A800B6

Tints of Dark Violet #A800B6

Color information

#A800B6 (or 0xA800B6) is unknown color: approx Dark Violet. HEX triplet: A8, 00 and B6. RGB value is (168,0,182). Sum of RGB (Red+Green+Blue) = 168+0+182=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #A800B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A800B6 is #57FF49. Grayscale: #464646. Windows color (decimal): -5766986 or 11927720. OLE color: 11927720.

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

Color convert

RGB1680182-
CMYK0.08100.29
HSL295.38º100%35.69%-
HSV(B)295.38º100%71.37%-
XYZ24.5911.745.22-
YUV70.98190.66197.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 182 (71.48% from 255) = 52%
R=48%
G=0%
B=52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16801820.08100.29295.3810035.69
HexA80B686401D1276424
Octal25002661014403544714444
Binary10101000010110110100011001000111011001001111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A800B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A800B6; }

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

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

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

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

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

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

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

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