#A309B1

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

Shades of Dark Violet #A309B1

Tints of Dark Violet #A309B1

Color information

#A309B1 (or 0xA309B1) is unknown color: approx Dark Violet. HEX triplet: A3, 09 and B1. RGB value is (163,9,177). Sum of RGB (Red+Green+Blue) = 163+9+177=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #A309B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A309B1 is #5CF64E. Grayscale: #494949. Windows color (decimal): -6092367 or 11602339. OLE color: 11602339.

HSL color Cylindrical-coordinate representation of color #A309B1: hue angle of 295º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A309B1 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1639177-
CMYK0.080.9500.31
HSL295º90.32%36.47%-
HSV(B)295º94.92%69.41%-
XYZ23.1411.1642.53-
YUV74.2186.02191.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=46.70%
G=2.58%
B=50.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16391770.080.9500.3129590.3236.47
HexA39B185F01F1275a24
Octal243112611013703744713244
Binary10100011100110110001100010111110111111001001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A309B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A309B1; }

 p { color: rgb(163,9,177); }

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

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

 a { background-color: rgb(163,9,177); }

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

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

 span { border-color: rgb(163,9,177); }

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