#A178FF

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

Shades of Light Slate Blue #A178FF

Tints of Light Slate Blue #A178FF

Color information

#A178FF (or 0xA178FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 78 and FF. RGB value is (161,120,255). Sum of RGB (Red+Green+Blue) = 161+120+255=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A178FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178FF is #5E8700. Grayscale: #939393. Windows color (decimal): -6194945 or 16742561. OLE color: 16742561.

HSL color Cylindrical-coordinate representation of color #A178FF: hue angle of 258.22º 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 #A178FF is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161120255-
CMYK0.370.5300
HSL258.22º100%73.53%-
HSV(B)258.22º52.94%100%-
XYZ39.4628.2397.98-
YUV147.65188.58137.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.04%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 255 (100% from 255) = 47.57%
R=30.04%
G=22.39%
B=47.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611202550.370.5300258.2210073.53
HexA178FF253500102644a
Octal241170377456500402144112
Binary101000011111000111111111001011101010010000001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178FF; }

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

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

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

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

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

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

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

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