#A189FF

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

Shades of Light Slate Blue #A189FF

Tints of Light Slate Blue #A189FF

Color information

#A189FF (or 0xA189FF) is unknown color: approx Light Slate Blue. HEX triplet: A1, 89 and FF. RGB value is (161,137,255). Sum of RGB (Red+Green+Blue) = 161+137+255=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A189FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A189FF is #5E7600. Grayscale: #9D9D9D. Windows color (decimal): -6190593 or 16746913. OLE color: 16746913.

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

Color convert

RGB161137255-
CMYK0.370.4600
HSL252.2º100%76.86%-
HSV(B)252.2º46.27%100%-
XYZ41.6932.6998.72-
YUV157.63182.95130.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 255 (100% from 255) = 46.11%
R=29.11%
G=24.77%
B=46.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1611372550.370.4600252.210076.86
HexA189FF252E00fc644d
Octal241211377455600374144115
Binary101000011000100111111111100101101110001111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189FF; }

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

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

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

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

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

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

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

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