#A303B4

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

Shades of Dark Violet #A303B4

Tints of Dark Violet #A303B4

Color information

#A303B4 (or 0xA303B4) is unknown color: approx Dark Violet. HEX triplet: A3, 03 and B4. RGB value is (163,3,180). Sum of RGB (Red+Green+Blue) = 163+3+180=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #A303B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303B4 is #5CFC4B. Grayscale: #464646. Windows color (decimal): -6093900 or 11797411. OLE color: 11797411.

HSL color Cylindrical-coordinate representation of color #A303B4: hue angle of 294.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303B4 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1633180-
CMYK0.090.9800.29
HSL294.24º96.72%35.88%-
HSV(B)294.24º98.33%70.59%-
XYZ23.3811.1544.1-
YUV71.02189.51193.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 3 (1.56% from 255) = 0.87%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=47.11%
G=0.87%
B=52.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16331800.090.9800.29294.2496.7235.88
HexA33B496201D1266124
Octal24332641114203544614144
Binary101000111110110100100111000100111011001001101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A303B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A303B4; }

 p { color: rgb(163,3,180); }

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

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

 a { background-color: rgb(163,3,180); }

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

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

 span { border-color: rgb(163,3,180); }

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