#A903BF

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

Shades of Dark Violet #A903BF

Tints of Dark Violet #A903BF

Color information

#A903BF (or 0xA903BF) is unknown color: approx Dark Violet. HEX triplet: A9, 03 and BF. RGB value is (169,3,191). Sum of RGB (Red+Green+Blue) = 169+3+191=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #A903BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903BF is #56FC40. Grayscale: #494949. Windows color (decimal): -5700673 or 12518313. OLE color: 12518313.

HSL color Cylindrical-coordinate representation of color #A903BF: hue angle of 292.98º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A903BF is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1693191-
CMYK0.120.9800.25
HSL292.98º96.91%38.04%-
HSV(B)292.98º98.43%74.9%-
XYZ25.812.2650.3-
YUV74.07194195.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 3 (1.56% from 255) = 0.83%
BLUE value IS 191 (75% from 255) = 52.62%
R=46.56%
G=0.83%
B=52.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16931910.120.9800.25292.9896.9138.04
HexA93BFC620191256126
Octal25132771414203144514146
Binary101010011110111111110011000100110011001001011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A903BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A903BF; }

 p { color: rgb(169,3,191); }

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

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

 a { background-color: rgb(169,3,191); }

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

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

 span { border-color: rgb(169,3,191); }

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