#A165AC

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

Shades of Violet Blue #A165AC

Tints of Violet Blue #A165AC

Color information

#A165AC (or 0xA165AC) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and AC. RGB value is (161,101,172). Sum of RGB (Red+Green+Blue) = 161+101+172=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A165AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165AC is #5E9A53. Grayscale: #7E7E7E. Windows color (decimal): -6199892 or 11298209. OLE color: 11298209.

HSL color Cylindrical-coordinate representation of color #A165AC: hue angle of 290.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A165AC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161101172-
CMYK0.060.4100.33
HSL290.7º29.96%53.53%-
HSV(B)290.7º41.28%67.45%-
XYZ26.819.8641.45-
YUV127.03153.38152.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=37.10%
G=23.27%
B=39.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611011720.060.4100.33290.729.9653.53
HexA165AC6290211231e36
Octal2411452546510414433666
Binary10100001110010110101100110101001010000110010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165AC; }

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

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

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

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

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

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

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

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