#A179FF

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

Shades of Light Slate Blue #A179FF

Tints of Light Slate Blue #A179FF

Color information

#A179FF (or 0xA179FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 79 and FF. RGB value is (161,121,255). Sum of RGB (Red+Green+Blue) = 161+121+255=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #A179FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A179FF is #5E8600. Grayscale: #939393. Windows color (decimal): -6194689 or 16742817. OLE color: 16742817.

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

Color convert

RGB161121255-
CMYK0.370.5300
HSL257.91º100%73.73%-
HSV(B)257.91º52.55%100%-
XYZ39.5928.4798.02-
YUV148.24188.25137.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 121 (47.66% from 255) = 22.53%
BLUE value IS 255 (100% from 255) = 47.49%
R=29.98%
G=22.53%
B=47.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611212550.370.5300257.9110073.73
HexA179FF253500102644a
Octal241171377456500402144112
Binary101000011111001111111111001011101010010000001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A179FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A179FF; }

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

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

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

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

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

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

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

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