#A179FC

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

Shades of Light Slate Blue #A179FC

Tints of Light Slate Blue #A179FC

Color information

#A179FC (or 0xA179FC) is unknown color: approx Light Slate Blue. HEX triplet: A1, 79 and FC. RGB value is (161,121,252). Sum of RGB (Red+Green+Blue) = 161+121+252=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #A179FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179FC is #5E8603. Grayscale: #939393. Windows color (decimal): -6194692 or 16546209. OLE color: 16546209.

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

Color convert

RGB161121252-
CMYK0.360.5200.01
HSL258.32º95.62%73.14%-
HSV(B)258.32º51.98%98.82%-
XYZ39.1128.2895.49-
YUV147.89186.75137.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 121 (47.66% from 255) = 22.66%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=30.15%
G=22.66%
B=47.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1611212520.360.5200.01258.3295.6273.14
HexA179FC2434011026049
Octal241171374446401402140111
Binary101000011111001111111001001001101000110000001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179FC; }

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

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

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

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

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

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

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

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