#A088FC

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

Shades of Light Slate Blue #A088FC

Tints of Light Slate Blue #A088FC

Color information

#A088FC (or 0xA088FC) is unknown color: approx Light Slate Blue. HEX triplet: A0, 88 and FC. RGB value is (160,136,252). Sum of RGB (Red+Green+Blue) = 160+136+252=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A088FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088FC is #5F7703. Grayscale: #9B9B9B. Windows color (decimal): -6256388 or 16550048. OLE color: 16550048.

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

Color convert

RGB160136252-
CMYK0.370.4600.01
HSL252.41º95.08%76.08%-
HSV(B)252.41º46.03%98.82%-
XYZ40.8732.1196.14-
YUV156.4181.95130.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=29.20%
G=24.82%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601362520.370.4600.01252.4195.0876.08
HexA088FC252E01fc5f4c
Octal240210374455601374137114
Binary101000001000100011111100100101101110011111110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088FC; }

 p { color: rgb(160,136,252); }

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

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

 a { background-color: rgb(160,136,252); }

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

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

 span { border-color: rgb(160,136,252); }

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