#A308B9

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

Shades of Dark Violet #A308B9

Tints of Dark Violet #A308B9

Color information

#A308B9 (or 0xA308B9) is unknown color: approx Dark Violet. HEX triplet: A3, 08 and B9. RGB value is (163,8,185). Sum of RGB (Red+Green+Blue) = 163+8+185=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #A308B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308B9 is #5CF746. Grayscale: #494949. Windows color (decimal): -6092615 or 12126371. OLE color: 12126371.

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

Color convert

RGB1638185-
CMYK0.120.9600.27
HSL292.54º91.71%37.84%-
HSV(B)292.54º95.68%72.55%-
XYZ23.9511.4646.85-
YUV74.52190.35191.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 8 (3.52% from 255) = 2.25%
BLUE value IS 185 (72.66% from 255) = 51.97%
R=45.79%
G=2.25%
B=51.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16381850.120.9600.27292.5491.7137.84
HexA38B9C6001B1255c26
Octal243102711414003344513446
Binary10100011100010111001110011000000110111001001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A308B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A308B9; }

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

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

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

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

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

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

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

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