#A180F9

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

Shades of Light Slate Blue #A180F9

Tints of Light Slate Blue #A180F9

Color information

#A180F9 (or 0xA180F9) is unknown color: approx Light Slate Blue. HEX triplet: A1, 80 and F9. RGB value is (161,128,249). Sum of RGB (Red+Green+Blue) = 161+128+249=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #A180F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180F9 is #5E7F06. Grayscale: #979797. Windows color (decimal): -6192903 or 16351393. OLE color: 16351393.

HSL color Cylindrical-coordinate representation of color #A180F9: hue angle of 256.36º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A180F9 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161128249-
CMYK0.350.4900.02
HSL256.36º90.98%73.92%-
HSV(B)256.36º48.59%97.65%-
XYZ39.5229.8593.3-
YUV151.66182.93134.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 249 (97.66% from 255) = 46.28%
R=29.93%
G=23.79%
B=46.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611282490.350.4900.02256.3690.9873.92
HexA180F92331021005b4a
Octal241200371436102400133112
Binary10100001100000001111100110001111000101010000000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180F9; }

 p { color: rgb(161,128,249); }

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

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

 a { background-color: rgb(161,128,249); }

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

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

 span { border-color: rgb(161,128,249); }

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