#a9409b

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

Shades of Violet Blue #A9409B

Tints of Violet Blue #A9409B

Color information

#A9409B (or 0xA9409B) is unknown color: approx Violet Blue. HEX triplet: A9, 40 and 9B. RGB value is (169,64,155). Sum of RGB (Red+Green+Blue) = 169+64+155=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 169 - color contains mainly: red. Hex color #A9409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9409B is #56BF64. Grayscale: #696969. Windows color (decimal): -5685093 or 10174633. OLE color: 10174633.

HSL color Cylindrical-coordinate representation of color #A9409B: hue angle of 308º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9409B is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16964155-
CMYK00.620.080.34
HSL308º45.06%45.69%-
HSV(B)308º62.13%66.27%-
XYZ24.1114.4732.53-
YUV105.77155.79173.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.56%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=43.56%
G=16.49%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696415500.620.080.3430845.0645.69
HexA9409B03E8221342d2e
Octal25110023307610424645556
Binary1010100110000001001101101111101000100010100110100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9409b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9409b; }

 p { color: rgb(169,64,155); }

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

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

 a { background-color: rgb(169,64,155); }

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

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

 span { border-color: rgb(169,64,155); }

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