#A16CFF

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

Shades of Light Slate Blue #A16CFF

Tints of Light Slate Blue #A16CFF

Color information

#A16CFF (or 0xA16CFF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 6C and FF. RGB value is (161,108,255). Sum of RGB (Red+Green+Blue) = 161+108+255=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #A16CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16CFF is #5E9300. Grayscale: #8C8C8C. Windows color (decimal): -6198017 or 16739489. OLE color: 16739489.

HSL color Cylindrical-coordinate representation of color #A16CFF: hue angle of 261.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16CFF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161108255-
CMYK0.370.5800
HSL261.63º100%71.18%-
HSV(B)261.63º57.65%100%-
XYZ38.1125.5297.53-
YUV140.6192.56142.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 255 (100% from 255) = 48.66%
R=30.73%
G=20.61%
B=48.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611082550.370.5800261.6310071.18
HexA16CFF253A001066447
Octal241154377457200406144107
Binary101000011101100111111111001011110100010000011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16CFF; }

 p { color: rgb(161,108,255); }

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

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

 a { background-color: rgb(161,108,255); }

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

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

 span { border-color: rgb(161,108,255); }

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