#A308B6

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

Shades of Dark Violet #A308B6

Tints of Dark Violet #A308B6

Color information

#A308B6 (or 0xA308B6) is unknown color: approx Dark Violet. HEX triplet: A3, 08 and B6. RGB value is (163,8,182). Sum of RGB (Red+Green+Blue) = 163+8+182=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #A308B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308B6 is #5CF749. Grayscale: #494949. Windows color (decimal): -6092618 or 11929763. OLE color: 11929763.

HSL color Cylindrical-coordinate representation of color #A308B6: hue angle of 293.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308B6 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1638182-
CMYK0.100.9600.29
HSL293.45º91.58%37.25%-
HSV(B)293.45º95.6%71.37%-
XYZ23.6311.3445.2-
YUV74.18188.85191.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 8 (3.52% from 255) = 2.27%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=46.18%
G=2.27%
B=51.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16381820.100.9600.29293.4591.5837.25
HexA38B6A6001D1255c25
Octal243102661214003544513445
Binary10100011100010110110101011000000111011001001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A308B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A308B6; }

 p { color: rgb(163,8,182); }

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

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

 a { background-color: rgb(163,8,182); }

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

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

 span { border-color: rgb(163,8,182); }

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