#A396FF

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

Shades of Light Slate Blue #A396FF

Tints of Light Slate Blue #A396FF

Color information

#A396FF (or 0xA396FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 96 and FF. RGB value is (163,150,255). Sum of RGB (Red+Green+Blue) = 163+150+255=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A396FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396FF is #5C6900. Grayscale: #A5A5A5. Windows color (decimal): -6056193 or 16750243. OLE color: 16750243.

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

Color convert

RGB163150255-
CMYK0.360.4100
HSL247.43º100%79.41%-
HSV(B)247.43º41.18%100%-
XYZ44.0636.8299.39-
YUV165.86178.31125.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 150 (58.98% from 255) = 26.41%
BLUE value IS 255 (100% from 255) = 44.89%
R=28.70%
G=26.41%
B=44.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631502550.360.4100247.4310079.41
HexA396FF242900f7644f
Octal243226377445100367144117
Binary101000111001011011111111100100101001001111011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A396FF; }

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

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

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

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

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

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

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

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