#A306B4

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

Shades of Dark Violet #A306B4

Tints of Dark Violet #A306B4

Color information

#A306B4 (or 0xA306B4) is unknown color: approx Dark Violet. HEX triplet: A3, 06 and B4. RGB value is (163,6,180). Sum of RGB (Red+Green+Blue) = 163+6+180=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 180 (70.70% from 255 or 51.58% from 349); Max value from RGB is 180 - color contains mainly: blue. Hex color #A306B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306B4 is #5CF94B. Grayscale: #484848. Windows color (decimal): -6093132 or 11798179. OLE color: 11798179.

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

Color convert

RGB1636180-
CMYK0.090.9700.29
HSL294.14º93.55%36.47%-
HSV(B)294.14º96.67%70.59%-
XYZ23.4111.2144.11-
YUV72.78188.51192.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 180 (70.70% from 255) = 51.58%
R=46.70%
G=1.72%
B=51.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16361800.090.9700.29294.1493.5536.47
HexA36B496101D1265e24
Octal24362641114103544613644
Binary1010001111010110100100111000010111011001001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A306B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A306B4; }

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

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

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

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

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

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

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

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