#A088FB

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

Shades of Light Slate Blue #A088FB

Tints of Light Slate Blue #A088FB

Color information

#A088FB (or 0xA088FB) is unknown color: approx Light Slate Blue. HEX triplet: A0, 88 and FB. RGB value is (160,136,251). Sum of RGB (Red+Green+Blue) = 160+136+251=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #A088FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088FB is #5F7704. Grayscale: #9B9B9B. Windows color (decimal): -6256389 or 16484512. OLE color: 16484512.

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

Color convert

RGB160136251-
CMYK0.360.4600.02
HSL252.52º93.5%75.88%-
HSV(B)252.52º45.82%98.43%-
XYZ40.7132.0595.31-
YUV156.29181.45130.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 136 (53.52% from 255) = 24.86%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=29.25%
G=24.86%
B=45.89%

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
Decimal1601362510.360.4600.02252.5293.575.88
HexA088FB242E02fd5d4c
Octal240210373445602375135114
Binary1010000010001000111110111001001011100101111110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088FB; }

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

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

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

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

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

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

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

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