#A166AA

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

Shades of Violet Blue #A166AA

Tints of Violet Blue #A166AA

Color information

#A166AA (or 0xA166AA) is unknown color: approx Violet Blue. HEX triplet: A1, 66 and AA. RGB value is (161,102,170). Sum of RGB (Red+Green+Blue) = 161+102+170=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #A166AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166AA is #5E9955. Grayscale: #7F7F7F. Windows color (decimal): -6199638 or 11167393. OLE color: 11167393.

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

Color convert

RGB161102170-
CMYK0.050.400.33
HSL292.06º28.57%53.33%-
HSV(B)292.06º40%66.67%-
XYZ26.7119.9840.48-
YUV127.39152.05151.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=37.18%
G=23.56%
B=39.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611021700.050.400.33292.0628.5753.33
HexA166AA5280211241d35
Octal2411462525500414443565
Binary10100001110011010101010101101000010000110010010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A166AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A166AA; }

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

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

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

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

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

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

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

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