#A87AFF

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

Shades of Light Slate Blue #A87AFF

Tints of Light Slate Blue #A87AFF

Color information

#A87AFF (or 0xA87AFF) is unknown color: approx Light Slate Blue. HEX triplet: A8, 7A and FF. RGB value is (168,122,255). Sum of RGB (Red+Green+Blue) = 168+122+255=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A87AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AFF is #578500. Grayscale: #969696. Windows color (decimal): -5735681 or 16743080. OLE color: 16743080.

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

Color convert

RGB168122255-
CMYK0.340.5200
HSL260.75º100%73.92%-
HSV(B)260.75º52.16%100%-
XYZ41.1629.4698.13-
YUV150.92186.74140.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 122 (48.05% from 255) = 22.39%
BLUE value IS 255 (100% from 255) = 46.79%
R=30.83%
G=22.39%
B=46.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681222550.340.5200260.7510073.92
HexA87AFF223400105644a
Octal250172377426400405144112
Binary101010001111010111111111000101101000010000010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87AFF; }

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

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

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

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

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

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

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

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