#AB81FF

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

Shades of Light Slate Blue #AB81FF

Tints of Light Slate Blue #AB81FF

Color information

#AB81FF (or 0xAB81FF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 81 and FF. RGB value is (171,129,255). Sum of RGB (Red+Green+Blue) = 171+129+255=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81FF is #547E00. Grayscale: #9B9B9B. Windows color (decimal): -5537281 or 16744875. OLE color: 16744875.

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

Color convert

RGB171129255-
CMYK0.330.4900
HSL260º100%75.29%-
HSV(B)260º49.41%100%-
XYZ42.6931.5898.45-
YUV155.92183.91138.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 255 (100% from 255) = 45.95%
R=30.81%
G=23.24%
B=45.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711292550.330.490026010075.29
HexAB81FF213100104644b
Octal253201377416100404144113
Binary1010101110000001111111111000011100010010000010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB81FF; }

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

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

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

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

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

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

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

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