#AB85FF

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

Shades of Light Slate Blue #AB85FF

Tints of Light Slate Blue #AB85FF

Color information

#AB85FF (or 0xAB85FF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 85 and FF. RGB value is (171,133,255). Sum of RGB (Red+Green+Blue) = 171+133+255=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FF is #547A00. Grayscale: #9D9D9D. Windows color (decimal): -5536257 or 16745899. OLE color: 16745899.

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

Color convert

RGB171133255-
CMYK0.330.4800
HSL258.69º100%76.08%-
HSV(B)258.69º47.84%100%-
XYZ43.2332.6598.63-
YUV158.27182.59137.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.59%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 255 (100% from 255) = 45.62%
R=30.59%
G=23.79%
B=45.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711332550.330.4800258.6910076.08
HexAB85FF213000103644c
Octal253205377416000403144114
Binary1010101110000101111111111000011100000010000001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85FF; }

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

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

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

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

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

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

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

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