#AB83FF

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

Shades of Light Slate Blue #AB83FF

Tints of Light Slate Blue #AB83FF

Color information

#AB83FF (or 0xAB83FF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 83 and FF. RGB value is (171,131,255). Sum of RGB (Red+Green+Blue) = 171+131+255=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FF is #547C00. Grayscale: #9C9C9C. Windows color (decimal): -5536769 or 16745387. OLE color: 16745387.

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

Color convert

RGB171131255-
CMYK0.330.4900
HSL259.35º100%75.69%-
HSV(B)259.35º48.63%100%-
XYZ42.9632.1198.54-
YUV157.1183.25137.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 255 (100% from 255) = 45.78%
R=30.70%
G=23.52%
B=45.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711312550.330.4900259.3510075.69
HexAB83FF213100103644c
Octal253203377416100403144114
Binary1010101110000011111111111000011100010010000001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83FF; }

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

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

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

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

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

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

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

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