#A178FD

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

Shades of Light Slate Blue #A178FD

Tints of Light Slate Blue #A178FD

Color information

#A178FD (or 0xA178FD) is unknown color: approx Light Slate Blue. HEX triplet: A1, 78 and FD. RGB value is (161,120,253). Sum of RGB (Red+Green+Blue) = 161+120+253=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #A178FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A178FD is #5E8702. Grayscale: #929292. Windows color (decimal): -6194947 or 16611489. OLE color: 16611489.

HSL color Cylindrical-coordinate representation of color #A178FD: hue angle of 258.5º degrees, saturation: 0.97, 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 #A178FD is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161120253-
CMYK0.360.5300.01
HSL258.5º97.08%73.14%-
HSV(B)258.5º52.57%99.22%-
XYZ39.1428.196.29-
YUV147.42187.58137.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 120 (47.27% from 255) = 22.47%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=30.15%
G=22.47%
B=47.38%

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
Decimal1611202530.360.5300.01258.597.0873.14
HexA178FD2435011026149
Octal241170375446501402141111
Binary101000011111000111111011001001101010110000001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A178FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A178FD; }

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

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

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

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

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

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

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

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