#A165AD

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

Shades of Violet Blue #A165AD

Tints of Violet Blue #A165AD

Color information

#A165AD (or 0xA165AD) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and AD. RGB value is (161,101,173). Sum of RGB (Red+Green+Blue) = 161+101+173=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A165AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165AD is #5E9A52. Grayscale: #7E7E7E. Windows color (decimal): -6199891 or 11363745. OLE color: 11363745.

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

Color convert

RGB161101173-
CMYK0.070.4200.32
HSL290º30.51%53.73%-
HSV(B)290º41.62%67.84%-
XYZ26.8919.941.96-
YUV127.15153.88152.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=37.01%
G=23.22%
B=39.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611011730.070.4200.3229030.5153.73
HexA165AD72A0201221f36
Octal2411452557520404423766
Binary10100001110010110101101111101010010000010010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165AD; }

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

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

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

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

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

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

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

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