#A165AA

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

Shades of Violet Blue #A165AA

Tints of Violet Blue #A165AA

Color information

#A165AA (or 0xA165AA) is unknown color: approx Violet Blue. HEX triplet: A1, 65 and AA. RGB value is (161,101,170). Sum of RGB (Red+Green+Blue) = 161+101+170=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A165AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A165AA is #5E9A55. Grayscale: #7E7E7E. Windows color (decimal): -6199894 or 11167137. OLE color: 11167137.

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

Color convert

RGB161101170-
CMYK0.050.4100.33
HSL292.17º28.87%53.14%-
HSV(B)292.17º40.59%66.67%-
XYZ26.6119.7940.45-
YUV126.81152.38152.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 101 (39.84% from 255) = 23.38%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=37.27%
G=23.38%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611011700.050.4100.33292.1728.8753.14
HexA165AA5290211241d35
Octal2411452525510414443565
Binary10100001110010110101010101101001010000110010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A165AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A165AA; }

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

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

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

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

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

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

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

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