#A306BA

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

Shades of Dark Violet #A306BA

Tints of Dark Violet #A306BA

Color information

#A306BA (or 0xA306BA) is unknown color: approx Dark Violet. HEX triplet: A3, 06 and BA. RGB value is (163,6,186). Sum of RGB (Red+Green+Blue) = 163+6+186=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #A306BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A306BA is #5CF945. Grayscale: #484848. Windows color (decimal): -6093126 or 12191395. OLE color: 12191395.

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

Color convert

RGB1636186-
CMYK0.120.9700.27
HSL292.33º93.75%37.65%-
HSV(B)292.33º96.77%72.94%-
XYZ24.0311.4647.4-
YUV73.46191.51191.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.92%
GREEN value IS 6 (2.73% from 255) = 1.69%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=45.92%
G=1.69%
B=52.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16361860.120.9700.27292.3393.7537.65
HexA36BAC6101B1245e26
Octal24362721414103344413646
Binary1010001111010111010110011000010110111001001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A306BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A306BA; }

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

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

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

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

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

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

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

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