#A089F8

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

Shades of Light Slate Blue #A089F8

Tints of Light Slate Blue #A089F8

Color information

#A089F8 (or 0xA089F8) is unknown color: approx Light Slate Blue. HEX triplet: A0, 89 and F8. RGB value is (160,137,248). Sum of RGB (Red+Green+Blue) = 160+137+248=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #A089F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089F8 is #5F7607. Grayscale: #9C9C9C. Windows color (decimal): -6256136 or 16288160. OLE color: 16288160.

HSL color Cylindrical-coordinate representation of color #A089F8: hue angle of 252.43º 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 #A089F8 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB160137248-
CMYK0.350.4500.03
HSL252.43º88.8%75.49%-
HSV(B)252.43º44.76%97.25%-
XYZ40.3932.1492.88-
YUV156.53179.62130.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=29.36%
G=25.14%
B=45.50%

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
Decimal1601372480.350.4500.03252.4388.875.49
HexA089F8232D03fc594b
Octal240211370435503374131113
Binary1010000010001001111110001000111011010111111110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089F8; }

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

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

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

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

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

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

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

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