#A600BF

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

Shades of Dark Violet #A600BF

Tints of Dark Violet #A600BF

Color information

#A600BF (or 0xA600BF) is unknown color: approx Dark Violet. HEX triplet: A6, 00 and BF. RGB value is (166,0,191). Sum of RGB (Red+Green+Blue) = 166+0+191=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #A600BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BF is #59FF40. Grayscale: #464646. Windows color (decimal): -5898049 or 12517542. OLE color: 12517542.

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

Color convert

RGB1660191-
CMYK0.13100.25
HSL292.15º100%37.45%-
HSV(B)292.15º100%74.9%-
XYZ25.1311.8750.26-
YUV71.41195.5195.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 53.50%
R=46.50%
G=0%
B=53.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16601910.13100.25292.1510037.45
HexA60BFD640191246425
Octal24602771514403144414445
Binary10100110010111111110111001000110011001001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600BF; }

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

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

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

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

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

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

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

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