#A497FF

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

Shades of Light Slate Blue #A497FF

Tints of Light Slate Blue #A497FF

Color information

#A497FF (or 0xA497FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 97 and FF. RGB value is (164,151,255). Sum of RGB (Red+Green+Blue) = 164+151+255=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #A497FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FF is #5B6800. Grayscale: #A6A6A6. Windows color (decimal): -5990401 or 16750500. OLE color: 16750500.

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

Color convert

RGB164151255-
CMYK0.360.4100
HSL247.5º100%79.61%-
HSV(B)247.5º40.78%100%-
XYZ44.4337.2599.46-
YUV166.74177.81126.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.77%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 255 (100% from 255) = 44.74%
R=28.77%
G=26.49%
B=44.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641512550.360.4100247.510079.61
HexA497FF242900f86450
Octal244227377445100370144120
Binary101001001001011111111111100100101001001111100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497FF; }

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

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

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

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

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

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

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

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