#A600BB

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

Shades of Dark Violet #A600BB

Tints of Dark Violet #A600BB

Color information

#A600BB (or 0xA600BB) is unknown color: approx Dark Violet. HEX triplet: A6, 00 and BB. RGB value is (166,0,187). Sum of RGB (Red+Green+Blue) = 166+0+187=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #A600BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BB is #59FF44. Grayscale: #464646. Windows color (decimal): -5898053 or 12255398. OLE color: 12255398.

HSL color Cylindrical-coordinate representation of color #A600BB: hue angle of 293.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600BB is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1660187-
CMYK0.11100.27
HSL293.26º100%36.67%-
HSV(B)293.26º100%73.33%-
XYZ24.711.6947.97-
YUV70.95193.5195.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=47.03%
G=0%
B=52.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16601870.11100.27293.2610036.67
HexA60BBB6401B1256425
Octal24602731314403344514445
Binary10100110010111011101111001000110111001001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600BB; }

 p { color: rgb(166,0,187); }

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

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

 a { background-color: rgb(166,0,187); }

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

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

 span { border-color: rgb(166,0,187); }

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