#A300B1

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

Shades of Dark Violet #A300B1

Tints of Dark Violet #A300B1

Color information

#A300B1 (or 0xA300B1) is unknown color: approx Dark Violet. HEX triplet: A3, 00 and B1. RGB value is (163,0,177). Sum of RGB (Red+Green+Blue) = 163+0+177=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #A300B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A300B1 is #5CFF4E. Grayscale: #444444. Windows color (decimal): -6094671 or 11600035. OLE color: 11600035.

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

Color convert

RGB1630177-
CMYK0.08100.31
HSL295.25º100%34.71%-
HSV(B)295.25º100%69.41%-
XYZ23.0410.9642.5-
YUV68.91189195.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=47.94%
G=0%
B=52.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16301770.08100.31295.2510034.71
HexA30B186401F1276423
Octal24302611014403744714443
Binary10100011010110001100011001000111111001001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A300B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A300B1; }

 p { color: rgb(163,0,177); }

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

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

 a { background-color: rgb(163,0,177); }

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

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

 span { border-color: rgb(163,0,177); }

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