#A809B1

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

Shades of Dark Violet #A809B1

Tints of Dark Violet #A809B1

Color information

#A809B1 (or 0xA809B1) is unknown color: approx Dark Violet. HEX triplet: A8, 09 and B1. RGB value is (168,9,177). Sum of RGB (Red+Green+Blue) = 168+9+177=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #A809B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A809B1 is #57F64E. Grayscale: #4B4B4B. Windows color (decimal): -5764687 or 11602344. OLE color: 11602344.

HSL color Cylindrical-coordinate representation of color #A809B1: hue angle of 296.79º 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 #A809B1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1689177-
CMYK0.050.9500.31
HSL296.79º90.32%36.47%-
HSV(B)296.79º94.92%69.41%-
XYZ24.1811.6942.58-
YUV75.69185.18193.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 177 (69.53% from 255) = 50%
R=47.46%
G=2.54%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16891770.050.9500.31296.7990.3236.47
HexA89B155F01F1295a24
Octal25011261513703745113244
Binary1010100010011011000110110111110111111001010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809B1; }

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

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

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

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

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

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

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

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