#A209B1

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

Shades of Dark Violet #A209B1

Tints of Dark Violet #A209B1

Color information

#A209B1 (or 0xA209B1) is unknown color: approx Dark Violet. HEX triplet: A2, 09 and B1. RGB value is (162,9,177). Sum of RGB (Red+Green+Blue) = 162+9+177=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #A209B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A209B1 is #5DF64E. Grayscale: #494949. Windows color (decimal): -6157903 or 11602338. OLE color: 11602338.

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

Color convert

RGB1629177-
CMYK0.080.9500.31
HSL294.64º90.32%36.47%-
HSV(B)294.64º94.92%69.41%-
XYZ22.9311.0542.52-
YUV73.9186.19190.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=46.55%
G=2.59%
B=50.86%

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
Decimal16291770.080.9500.31294.6490.3236.47
HexA29B185F01F1275a24
Octal242112611013703744713244
Binary10100010100110110001100010111110111111001001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A209B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A209B1; }

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

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

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

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

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

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

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

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