#A397FF

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

Shades of Light Slate Blue #A397FF

Tints of Light Slate Blue #A397FF

Color information

#A397FF (or 0xA397FF) is unknown color: approx Light Slate Blue. HEX triplet: A3, 97 and FF. RGB value is (163,151,255). Sum of RGB (Red+Green+Blue) = 163+151+255=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A397FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A397FF is #5C6800. Grayscale: #A6A6A6. Windows color (decimal): -6055937 or 16750499. OLE color: 16750499.

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

Color convert

RGB163151255-
CMYK0.360.4100
HSL246.92º100%79.61%-
HSV(B)246.92º40.78%100%-
XYZ44.2237.1499.45-
YUV166.44177.98125.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 255 (100% from 255) = 44.82%
R=28.65%
G=26.54%
B=44.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1631512550.360.4100246.9210079.61
HexA397FF242900f76450
Octal243227377445100367144120
Binary101000111001011111111111100100101001001111011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A397FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A397FF; }

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

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

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

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

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

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

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

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