#A189F8

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

Shades of Light Slate Blue #A189F8

Tints of Light Slate Blue #A189F8

Color information

#A189F8 (or 0xA189F8) is unknown color: approx Light Slate Blue. HEX triplet: A1, 89 and F8. RGB value is (161,137,248). Sum of RGB (Red+Green+Blue) = 161+137+248=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #A189F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189F8 is #5E7607. Grayscale: #9C9C9C. Windows color (decimal): -6190600 or 16288161. OLE color: 16288161.

HSL color Cylindrical-coordinate representation of color #A189F8: hue angle of 252.97º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A189F8 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB161137248-
CMYK0.350.4500.03
HSL252.97º88.8%75.49%-
HSV(B)252.97º44.76%97.25%-
XYZ40.5932.2592.89-
YUV156.83179.45130.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 248 (97.27% from 255) = 45.42%
R=29.49%
G=25.09%
B=45.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1611372480.350.4500.03252.9788.875.49
HexA189F8232D03fd594b
Octal241211370435503375131113
Binary1010000110001001111110001000111011010111111110110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189F8; }

 p { color: rgb(161,137,248); }

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

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

 a { background-color: rgb(161,137,248); }

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

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

 span { border-color: rgb(161,137,248); }

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