#A883FF

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

Shades of Light Slate Blue #A883FF

Tints of Light Slate Blue #A883FF

Color information

#A883FF (or 0xA883FF) is unknown color: approx Light Slate Blue. HEX triplet: A8, 83 and FF. RGB value is (168,131,255). Sum of RGB (Red+Green+Blue) = 168+131+255=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A883FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A883FF is #577C00. Grayscale: #9B9B9B. Windows color (decimal): -5733377 or 16745384. OLE color: 16745384.

HSL color Cylindrical-coordinate representation of color #A883FF: hue angle of 257.9º 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 #A883FF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168131255-
CMYK0.340.4900
HSL257.9º100%75.69%-
HSV(B)257.9º48.63%100%-
XYZ42.3131.7898.51-
YUV156.2183.76136.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.32%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 255 (100% from 255) = 46.03%
R=30.32%
G=23.65%
B=46.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681312550.340.4900257.910075.69
HexA883FF223100102644c
Octal250203377426100402144114
Binary1010100010000011111111111000101100010010000001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883FF; }

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

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

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

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

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

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

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

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