#A600BA

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

Shades of Dark Violet #A600BA

Tints of Dark Violet #A600BA

Color information

#A600BA (or 0xA600BA) is unknown color: approx Dark Violet. HEX triplet: A6, 00 and BA. RGB value is (166,0,186). Sum of RGB (Red+Green+Blue) = 166+0+186=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #A600BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BA is #59FF45. Grayscale: #464646. Windows color (decimal): -5898054 or 12189862. OLE color: 12189862.

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

Color convert

RGB1660186-
CMYK0.11100.27
HSL293.55º100%36.47%-
HSV(B)293.55º100%72.94%-
XYZ24.5911.6547.41-
YUV70.84193195.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=47.16%
G=0%
B=52.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16601860.11100.27293.5510036.47
HexA60BAB6401B1266424
Octal24602721314403344614444
Binary10100110010111010101111001000110111001001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600BA; }

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

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

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

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

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

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

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

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