#AB87FF

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

Shades of Light Slate Blue #AB87FF

Tints of Light Slate Blue #AB87FF

Color information

#AB87FF (or 0xAB87FF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 87 and FF. RGB value is (171,135,255). Sum of RGB (Red+Green+Blue) = 171+135+255=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB87FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB87FF is #547800. Grayscale: #9F9F9F. Windows color (decimal): -5535745 or 16746411. OLE color: 16746411.

HSL color Cylindrical-coordinate representation of color #AB87FF: hue angle of 258º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB87FF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171135255-
CMYK0.330.4700
HSL258º100%76.47%-
HSV(B)258º47.06%100%-
XYZ43.5133.2198.72-
YUV159.44181.93136.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.48%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 255 (100% from 255) = 45.45%
R=30.48%
G=24.06%
B=45.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711352550.330.470025810076.47
HexAB87FF212F00102644c
Octal253207377415700402144114
Binary1010101110000111111111111000011011110010000001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB87FF; }

 p { color: rgb(171,135,255); }

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

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

 a { background-color: rgb(171,135,255); }

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

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

 span { border-color: rgb(171,135,255); }

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