#A9619E

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

Shades of Violet Blue #A9619E

Tints of Violet Blue #A9619E

Color information

#A9619E (or 0xA9619E) is unknown color: approx Violet Blue. HEX triplet: A9, 61 and 9E. RGB value is (169,97,158). Sum of RGB (Red+Green+Blue) = 169+97+158=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9619E is #569E61. Grayscale: #7D7D7D. Windows color (decimal): -5676642 or 10379689. OLE color: 10379689.

HSL color Cylindrical-coordinate representation of color #A9619E: hue angle of 309.17º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9619E is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16997158-
CMYK00.430.070.34
HSL309.17º29.51%52.16%-
HSV(B)309.17º42.6%66.27%-
XYZ26.8119.4534.69-
YUV125.48146.35159.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=39.86%
G=22.88%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699715800.430.070.34309.1729.5152.16
HexA9619E02B7221351e34
Octal2511412360537424653664
Binary10101001110000110011110010101111110001010011010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9619E; }

 p { color: rgb(169,97,158); }

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

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

 a { background-color: rgb(169,97,158); }

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

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

 span { border-color: rgb(169,97,158); }

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