#A087FB

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

Shades of Light Slate Blue #A087FB

Tints of Light Slate Blue #A087FB

Color information

#A087FB (or 0xA087FB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 87 and FB. RGB value is (160,135,251). Sum of RGB (Red+Green+Blue) = 160+135+251=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #A087FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A087FB is #5F7804. Grayscale: #9B9B9B. Windows color (decimal): -6256645 or 16484256. OLE color: 16484256.

HSL color Cylindrical-coordinate representation of color #A087FB: hue angle of 252.93º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A087FB is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160135251-
CMYK0.360.4600.02
HSL252.93º93.55%75.69%-
HSV(B)252.93º46.22%98.43%-
XYZ40.5731.7795.26-
YUV155.7181.78131.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=29.30%
G=24.73%
B=45.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601352510.360.4600.02252.9393.5575.69
HexA087FB242E02fd5e4c
Octal240207373445602375136114
Binary1010000010000111111110111001001011100101111110110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A087FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A087FB; }

 p { color: rgb(160,135,251); }

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

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

 a { background-color: rgb(160,135,251); }

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

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

 span { border-color: rgb(160,135,251); }

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