#A176FC

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

Shades of Light Slate Blue #A176FC

Tints of Light Slate Blue #A176FC

Color information

#A176FC (or 0xA176FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 76 and FC. RGB value is (161,118,252). Sum of RGB (Red+Green+Blue) = 161+118+252=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #A176FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A176FC is #5E8903. Grayscale: #919191. Windows color (decimal): -6195460 or 16545441. OLE color: 16545441.

HSL color Cylindrical-coordinate representation of color #A176FC: hue angle of 259.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A176FC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161118252-
CMYK0.360.5300.01
HSL259.25º95.71%72.55%-
HSV(B)259.25º53.17%98.82%-
XYZ38.7527.5695.37-
YUV146.13187.75138.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 118 (46.48% from 255) = 22.22%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=30.32%
G=22.22%
B=47.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611182520.360.5300.01259.2595.7172.55
HexA176FC2435011036049
Octal241166374446501403140111
Binary101000011110110111111001001001101010110000001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A176FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A176FC; }

 p { color: rgb(161,118,252); }

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

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

 a { background-color: rgb(161,118,252); }

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

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

 span { border-color: rgb(161,118,252); }

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