#A169AD

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

Shades of Violet Blue #A169AD

Tints of Violet Blue #A169AD

Color information

#A169AD (or 0xA169AD) is unknown color: approx Violet Blue. HEX triplet: A1, 69 and AD. RGB value is (161,105,173). Sum of RGB (Red+Green+Blue) = 161+105+173=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #A169AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169AD is #5E9652. Grayscale: #818181. Windows color (decimal): -6198867 or 11364769. OLE color: 11364769.

HSL color Cylindrical-coordinate representation of color #A169AD: hue angle of 289.41º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A169AD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161105173-
CMYK0.070.3900.32
HSL289.41º29.31%54.51%-
HSV(B)289.41º39.31%67.84%-
XYZ27.2920.742.09-
YUV129.5152.55150.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=36.67%
G=23.92%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611051730.070.3900.32289.4129.3154.51
HexA169AD7270201211d37
Octal2411512557470404413567
Binary10100001110100110101101111100111010000010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A169AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A169AD; }

 p { color: rgb(161,105,173); }

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

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

 a { background-color: rgb(161,105,173); }

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

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

 span { border-color: rgb(161,105,173); }

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