#A600B3

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

Shades of Dark Violet #A600B3

Tints of Dark Violet #A600B3

Color information

#A600B3 (or 0xA600B3) is unknown color: approx Dark Violet. HEX triplet: A6, 00 and B3. RGB value is (166,0,179). Sum of RGB (Red+Green+Blue) = 166+0+179=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #A600B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600B3 is #59FF4C. Grayscale: #454545. Windows color (decimal): -5898061 or 11731110. OLE color: 11731110.

HSL color Cylindrical-coordinate representation of color #A600B3: hue angle of 295.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600B3 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1660179-
CMYK0.07100.30
HSL295.64º100%35.1%-
HSV(B)295.64º100%70.2%-
XYZ23.8611.3643.58-
YUV70.04189.5196.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 179 (70.31% from 255) = 51.88%
R=48.12%
G=0%
B=51.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16601790.07100.30295.6410035.1
HexA60B376401E1286423
Octal2460263714403645014443
Binary1010011001011001111111001000111101001010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600B3; }

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

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

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

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

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

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

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

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