#A305B7

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

Shades of Dark Violet #A305B7

Tints of Dark Violet #A305B7

Color information

#A305B7 (or 0xA305B7) is unknown color: approx Dark Violet. HEX triplet: A3, 05 and B7. RGB value is (163,5,183). Sum of RGB (Red+Green+Blue) = 163+5+183=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A305B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305B7 is #5CFA48. Grayscale: #474747. Windows color (decimal): -6093385 or 11994531. OLE color: 11994531.

HSL color Cylindrical-coordinate representation of color #A305B7: hue angle of 293.26º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305B7 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1635183-
CMYK0.110.9700.28
HSL293.26º94.68%36.86%-
HSV(B)293.26º97.27%71.76%-
XYZ23.7111.3145.73-
YUV72.53190.35192.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 5 (2.34% from 255) = 1.42%
BLUE value IS 183 (71.88% from 255) = 52.14%
R=46.44%
G=1.42%
B=52.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16351830.110.9700.28293.2694.6836.86
HexA35B7B6101C1255f25
Octal24352671314103444513745
Binary1010001110110110111101111000010111001001001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A305B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A305B7; }

 p { color: rgb(163,5,183); }

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

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

 a { background-color: rgb(163,5,183); }

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

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

 span { border-color: rgb(163,5,183); }

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