#A300BE

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

Shades of Dark Violet #A300BE

Tints of Dark Violet #A300BE

Color information

#A300BE (or 0xA300BE) is unknown color: approx Dark Violet. HEX triplet: A3, 00 and BE. RGB value is (163,0,190). Sum of RGB (Red+Green+Blue) = 163+0+190=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #A300BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300BE is #5CFF41. Grayscale: #454545. Windows color (decimal): -6094658 or 12452003. OLE color: 12452003.

HSL color Cylindrical-coordinate representation of color #A300BE: hue angle of 291.47º 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 #A300BE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1630190-
CMYK0.14100.25
HSL291.47º100%37.25%-
HSV(B)291.47º100%74.51%-
XYZ24.411.549.65-
YUV70.4195.5194.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=46.18%
G=0%
B=53.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16301900.14100.25291.4710037.25
HexA30BEE640191236425
Octal24302761614403144314445
Binary10100011010111110111011001000110011001000111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A300BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A300BE; }

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

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

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

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

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

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

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

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