#A387FF

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

Shades of Light Slate Blue #A387FF

Tints of Light Slate Blue #A387FF

Color information

#A387FF (or 0xA387FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 87 and FF. RGB value is (163,135,255). Sum of RGB (Red+Green+Blue) = 163+135+255=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A387FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A387FF is #5C7800. Grayscale: #9C9C9C. Windows color (decimal): -6060033 or 16746403. OLE color: 16746403.

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

Color convert

RGB163135255-
CMYK0.360.4700
HSL254º100%76.47%-
HSV(B)254º47.06%100%-
XYZ41.8232.3398.64-
YUV157.05183.28132.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 255 (100% from 255) = 46.11%
R=29.48%
G=24.41%
B=46.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631352550.360.470025410076.47
HexA387FF242F00fe644c
Octal243207377445700376144114
Binary101000111000011111111111100100101111001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387FF; }

 p { color: rgb(163,135,255); }

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

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

 a { background-color: rgb(163,135,255); }

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

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

 span { border-color: rgb(163,135,255); }

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