#A168AB

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

Shades of Violet Blue #A168AB

Tints of Violet Blue #A168AB

Color information

#A168AB (or 0xA168AB) is unknown color: approx Violet Blue. HEX triplet: A1, 68 and AB. RGB value is (161,104,171). Sum of RGB (Red+Green+Blue) = 161+104+171=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A168AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A168AB is #5E9754. Grayscale: #808080. Windows color (decimal): -6199125 or 11233441. OLE color: 11233441.

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

Color convert

RGB161104171-
CMYK0.060.3900.33
HSL291.04º28.51%53.92%-
HSV(B)291.04º39.18%67.06%-
XYZ2720.4241.05-
YUV128.68151.88151.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=36.93%
G=23.85%
B=39.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611041710.060.3900.33291.0428.5153.92
HexA168AB6270211231d36
Octal2411502536470414433566
Binary10100001110100010101011110100111010000110010001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A168AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A168AB; }

 p { color: rgb(161,104,171); }

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

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

 a { background-color: rgb(161,104,171); }

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

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

 span { border-color: rgb(161,104,171); }

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