#A489FF

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

Shades of Light Slate Blue #A489FF

Tints of Light Slate Blue #A489FF

Color information

#A489FF (or 0xA489FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 89 and FF. RGB value is (164,137,255). Sum of RGB (Red+Green+Blue) = 164+137+255=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #A489FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A489FF is #5B7600. Grayscale: #9E9E9E. Windows color (decimal): -5993985 or 16746916. OLE color: 16746916.

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

Color convert

RGB164137255-
CMYK0.360.4600
HSL253.73º100%76.86%-
HSV(B)253.73º46.27%100%-
XYZ42.313398.75-
YUV158.52182.45131.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 255 (100% from 255) = 45.86%
R=29.50%
G=24.64%
B=45.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641372550.360.4600253.7310076.86
HexA489FF242E00fe644d
Octal244211377445600376144115
Binary101001001000100111111111100100101110001111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A489FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A489FF; }

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

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

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

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

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

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

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

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